Ed & Cam | Create logs directory when starting moto
This commit is contained in:
parent
6c9b81765b
commit
06f56da8c6
@ -1,5 +1,10 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
if [ ! -d "logs" ]; then
|
||||
echo "Making logs directory"
|
||||
mkdir logs
|
||||
fi
|
||||
|
||||
echo "Setting environment variable MOCK_EC2=True"
|
||||
export MOCK_EC2=True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user