From daac53b3b4d0b670a84826af637f40a961587729 Mon Sep 17 00:00:00 2001 From: isisadmin Date: Fri, 16 Oct 2015 13:14:10 +0200 Subject: [PATCH] Fixed update --- cluster-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-manager.sh b/cluster-manager.sh index e6113df..ec0a830 100755 --- a/cluster-manager.sh +++ b/cluster-manager.sh @@ -256,7 +256,7 @@ case "$ACTION" in update) echo "Updating production sites..." for HOST in ${HOSTLIST[@]}; do - host_exec_cmd ${HOST} "sudo ./spod-manager.sh -a update -p isisadmin -q isislab.unisa@gmail.com -r is15rdc1 -w http://spod.routetopa.eu/" + host_exec_cmd ${HOST} "sudo ./spod-manager.sh -a update -p isisadmin -q isislab.unisa@gmail.com -r is15rdc1 -w http://${HOST}.routetopa.eu/" done ;; -- libgit2 0.21.4