is this syntax?

This commit is contained in:
Shish 2018-11-10 12:43:53 +00:00
parent c74bd58207
commit b38ec11b64

View File

@ -35,7 +35,7 @@ install:
fi
- if [[ "$DB" == "sqlite" ]]; then
echo '<?php define("DATABASE_DSN", "sqlite:data/shimmie.sqlite");' > data/config/auto_install.conf.php ;
fi
fi
- composer install
- php index.php