From 417f807798e215bfea796e40fe3ba5bbd1132bb1 Mon Sep 17 00:00:00 2001 From: Thomas Metois Date: Fri, 17 Mar 2017 14:20:56 +0100 Subject: [PATCH] EVO: script update-all > dont't check if local.php exist if -b use --- scripts/update-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-all.sh b/scripts/update-all.sh index 5553d96..4379f6b 100755 --- a/scripts/update-all.sh +++ b/scripts/update-all.sh @@ -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