home · contact · privacy
Fix symlink script error.
[config] / all_new_2018 / symlink_etc.sh
index f1f97af1a557a27b5a5d51fdce500cda02c7cd23..9a7a162f07c28b137fe1186ffe189b34af7904d2 100755 (executable)
@@ -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