Minor correction

This commit is contained in:
Netkas 2021-01-14 19:35:25 -05:00
parent 386a038785
commit 13dc8e082d
1 changed files with 2 additions and 2 deletions

View File

@ -24,12 +24,12 @@ if [ ! -f /firstrun.pass ]; then
chmod a+x /CoffeeHousePy/Docker/installer
echo " #### Running installer"
/bin/bash /CoffeeHouse/Docker/installer
/bin/bash /CoffeeHousePy/Docker/installer
echo "(+) Setting boot flag..."
touch /firstrun.pass
echo "[...] Restarting server in detached mode..."
else
echo "### Starting main execution point"
/bin/bash /CoffeeHouse/Docker/coffeehouse
/bin/bash /CoffeeHousePy/Docker/coffeehouse
fi