Skip to content
Snippets Groups Projects
Verified Commit 065757d1 authored by David Beniamine's avatar David Beniamine
Browse files

Fix upgrade

parent 789cfbdd
Branches
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ runcmd(){
host=$1
shift
echo "Runnig $@ on $host"
ssh root@$host $@
ssh -o StrictHostKeychecking=no root@$host $@
}
conf_dir="/etc/registry"
......@@ -36,7 +36,7 @@ wait_step=5
if [ -z "$1" ]
then
cmd="cd /opt/primtux-eole/; git pull; upgrade-session.sh"
cmd="cd /opt/primtux-eole/; export HTTPS_PROXY='http://dnsproxy:3128'; git pull; upgrade-session.sh"
else
cmd="$@"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment