diff options
-rw-r--r-- | update-me.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-me.in b/update-me.in index bb8fd68..d5b50c1 100644 --- a/update-me.in +++ b/update-me.in @@ -8,7 +8,7 @@ if which check-kernel >/dev/null 2>&1; then postCmds+=('check-kernel -r') fi -if [ -d '#ETCDIR#/pacman.d' ] +if [ -d '#ETCDIR#/pacman.d' ]; then postCmds=( 'fix-pacman-gpg-keyserver-conf' "${postCmds[@]}" |