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

Fix upgrade

parent 789cfbdd
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ runcmd(){ ...@@ -25,7 +25,7 @@ runcmd(){
host=$1 host=$1
shift shift
echo "Runnig $@ on $host" echo "Runnig $@ on $host"
ssh root@$host $@ ssh -o StrictHostKeychecking=no root@$host $@
} }
conf_dir="/etc/registry" conf_dir="/etc/registry"
...@@ -36,7 +36,7 @@ wait_step=5 ...@@ -36,7 +36,7 @@ wait_step=5
if [ -z "$1" ] if [ -z "$1" ]
then 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 else
cmd="$@" cmd="$@"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment