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

pull/8/head
Thomas Metois 2017-03-17 14:20:18 +01:00
parent 6379d8df6c
commit 0e980a593e
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