diff options
| author | David Kaufmann <astra@ionic.at> | 2017-04-26 01:33:15 +0200 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2017-04-26 01:33:15 +0200 |
| commit | f4dd7a1c32211e8412c276d33483eed4109a6789 (patch) | |
| tree | b88bca0edc17e8e1d5acddf3f9fdca29e076b93a | |
| parent | 809b78f7fc06f50a4d807874ecdd24f8d43c3ab3 (diff) | |
| download | config-f4dd7a1c32211e8412c276d33483eed4109a6789.tar.gz | |
bugfix
| -rwxr-xr-x | home/bin/config-update.sh | 4 |
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" |
