invert condition
This commit is contained in:
parent
a99110d9f5
commit
fc9f5b7b09
@ -51,7 +51,7 @@ then
|
|||||||
cd /data
|
cd /data
|
||||||
if [ -f core/config.php ]; then
|
if [ -f core/config.php ]; then
|
||||||
echo "core/config.php exists, not running installer."
|
echo "core/config.php exists, not running installer."
|
||||||
elif [ -f scripts/cli_install.php ]; then
|
elif [ ! -f scripts/cli_install.php ]; then
|
||||||
echo "CLI install script doesn't exist, not running installer."
|
echo "CLI install script doesn't exist, not running installer."
|
||||||
else
|
else
|
||||||
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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user