From: Christian Heller Date: Tue, 13 Nov 2018 22:13:44 +0000 (+0100) Subject: Fix symlink script error. X-Git-Url: https://plomlompom.com/repos/?a=commitdiff_plain;h=c5917948ea2b6f1114aaf239567298c3cd20d017;p=config Fix symlink script error. --- diff --git a/all_new_2018/symlink_etc.sh b/all_new_2018/symlink_etc.sh index f1f97af..9a7a162 100755 --- a/all_new_2018/symlink_etc.sh +++ b/all_new_2018/symlink_etc.sh @@ -6,7 +6,7 @@ set -e target="$1" -if [ ! "${target}" = "all" ] && [ ! "$target}" = "server" ]; then +if [ ! "${target}" = "all" ] && [ ! "${target}" = "server" ]; then echo "Need proper target." false fi