EVO: script update-all > dont't check if local.php exist if -b use

pull/1/head
Thomas Metois 2017-03-17 14:20:56 +01:00
parent 0c3a6b5377
commit 417f807798
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ migrate_module() {
fi
}
if [[ ! -f "config/autoload/local.php" ]]; then
if [[ ! -f "config/autoload/local.php" && $bypass -eq 0 ]]; then
echo "Configure Monarc (config/autoload/local.php)"
exit 1
fi