diff options
Diffstat (limited to 'home/bin/config-update.sh')
| -rwxr-xr-x | home/bin/config-update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/bin/config-update.sh b/home/bin/config-update.sh index 1c644a0..76880dc 100755 --- a/home/bin/config-update.sh +++ b/home/bin/config-update.sh @@ -7,7 +7,7 @@ cd ${HOME} # fetch file from server TMP=`mktemp -u --suffix=".tar.gz" "config-updater-XXXXXX"` -curl -s "${URL}${FILE}" -o $TMP +curl -L -s "${URL}${FILE}" -o $TMP # check if file exists and is not empty if [ -e $TMP ]; then |
