From 85f2573023ad1fb90a0992589beeaf65f46eb920 Mon Sep 17 00:00:00 2001 From: Pietro Mazzini Date: Sat, 25 Jul 2020 11:00:34 +0200 Subject: [PATCH] LAUNCH update function fail because the folder isn't a git repo, comment it --- bin/LAUNCH.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/LAUNCH.sh b/bin/LAUNCH.sh index 9c855668..6f7786e6 100755 --- a/bin/LAUNCH.sh +++ b/bin/LAUNCH.sh @@ -497,7 +497,7 @@ function reset_password() { function launch_all { checking_configuration; - update; + #update; launch_redis; launch_ardb; launch_logs;