summaryrefslogtreecommitdiff
path: root/home/bin
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2017-04-26 01:33:15 +0200
committerDavid Kaufmann <astra@ionic.at>2017-04-26 01:33:15 +0200
commitf4dd7a1c32211e8412c276d33483eed4109a6789 (patch)
treeb88bca0edc17e8e1d5acddf3f9fdca29e076b93a /home/bin
parent809b78f7fc06f50a4d807874ecdd24f8d43c3ab3 (diff)
downloadconfig-f4dd7a1c32211e8412c276d33483eed4109a6789.tar.gz
bugfix
Diffstat (limited to 'home/bin')
-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"