summaryrefslogtreecommitdiff
path: root/home/bin
diff options
context:
space:
mode:
Diffstat (limited to 'home/bin')
-rwxr-xr-xhome/bin/config-update.sh2
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