Install script has moved

This commit is contained in:
Robin 2022-04-24 12:26:46 +02:00
parent 2ef4008c91
commit 555b518418

View File

@ -55,7 +55,7 @@ then
echo "Going to run installer, first waiting 10 seconds for the database to start" echo "Going to run installer, first waiting 10 seconds for the database to start"
sleep 10 sleep 10
echo "Running installer..." echo "Running installer..."
php -f cli_install.php -- --iSwearIKnowWhatImDoing php -f scripts/cli_install.php -- --iSwearIKnowWhatImDoing
fi fi
fi fi