summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhome/bin/config-update.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/bin/config-update.sh b/home/bin/config-update.sh
index 8508842..6dc7deb 100755
--- a/home/bin/config-update.sh
+++ b/home/bin/config-update.sh
@@ -21,8 +21,8 @@ if [ -e $TMP ]; then
tar -xzf $TMP --strip-components=1
# run post-update commands if file exists
- if [ -r ${HOME}/var/system/config-updater/pre-update ]; then
- . ${HOME}/var/system/config-updater/pre-update
+ if [ -r ${HOME}/var/system/config-updater/post-update ]; then
+ . ${HOME}/var/system/config-updater/post-update
fi
else
echo "Could not fetch updated config, $TMP is empty"