From 04824c300e10283b696b1ab2bb5c1899dce6f103 Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Tue, 18 Sep 2018 15:55:46 +0200 Subject: [PATCH] Fixup --- registry/scripts/upgrade_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/scripts/upgrade_all.sh b/registry/scripts/upgrade_all.sh index 23f4ecc..7e1fdd4 100755 --- a/registry/scripts/upgrade_all.sh +++ b/registry/scripts/upgrade_all.sh @@ -36,7 +36,7 @@ wait_step=5 if [ -z "$1" ] then - cmd="cd /opt/primtux-eole/; export HTTPS_PROXY='http://dnsproxy:3128'; git pull; upgrade-session.sh" + cmd="cd /opt/primtux-eole/; export HTTPS_PROXY='http://dnsproxy:3128'; git pull; ./upgrade-session.sh" else cmd="$@" fi -- GitLab