From f4dd7a1c32211e8412c276d33483eed4109a6789 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Wed, 26 Apr 2017 01:33:15 +0200 Subject: bugfix --- home/bin/config-update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home') 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" -- cgit v1.2.3