From 44682b297dec6cbfd30805f60270f9e68543f4a7 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Tue, 25 Apr 2017 23:19:01 +0200 Subject: update config script --- bin/updateConfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/updateConfig.sh') diff --git a/bin/updateConfig.sh b/bin/updateConfig.sh index 29c0949..ffa35e4 100755 --- a/bin/updateConfig.sh +++ b/bin/updateConfig.sh @@ -18,4 +18,4 @@ echo "waiting 10 seconds" sleep 10 echo "Run new load.sh" -pssh -i --host "$HOSTS" -t 120 "rm -f load.sh ; wget -q https://pluto.fsinf.at/~astra/config/load.sh -O- -o/dev/null | bash" +pssh -i --host "$HOSTS" -t 120 "rm -f load.sh ; curl -s https://pluto.fsinf.at/~astra/config/load.sh | bash" -- cgit v1.2.3