setup script-output directory

This commit is contained in:
keith
2018-05-02 12:45:11 -07:00
committed by GitHub
parent cc23bb396e
commit b94db83033

View File

@ -8,6 +8,7 @@ mkdir -p $SAVES
mkdir -p $CONFIG
mkdir -p $MODS
mkdir -p $SCENARIOS
mkdir -p $SCRIPTOUTPUT
if [ ! -f $CONFIG/rconpw ]; then
echo $(pwgen 15 1) > $CONFIG/rconpw