diff options
| author | David Kaufmann <astra@ionic.at> | 2017-04-25 23:19:01 +0200 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2017-04-25 23:19:01 +0200 |
| commit | 44682b297dec6cbfd30805f60270f9e68543f4a7 (patch) | |
| tree | a4bc5129b3dffea75817f0cdd67feef246b44af2 /bin | |
| parent | 08ecc700c01433e7af0fd5cda967489a49bf091d (diff) | |
| download | config-44682b297dec6cbfd30805f60270f9e68543f4a7.tar.gz | |
update config script
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/updateConfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
