EVO: script update-all > dont't check if local.php exist if -b use
parent
0c3a6b5377
commit
417f807798
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue