Merge branch 'master' of ssh://rhea.netlor.fr:2222/monarc/MonarcAppFO

pull/8/head
Cyril Rouyer 2017-03-10 15:30:53 +01:00
commit b9b9721c00
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@ pull_if_exists() {
fi fi
} }
if [[ ! -f "config/autoload/local.php" ]]; then
echo "Configure Monarc (config/autoload/local.php)"
exit 1
fi
phpcommand=`command -v php` phpcommand=`command -v php`
if [[ -z "$phpcommand" ]]; then if [[ -z "$phpcommand" ]]; then
echo "PHP must be installed" echo "PHP must be installed"