diff --git a/install.sh b/install.sh index c52ab9d..20cd558 100755 --- a/install.sh +++ b/install.sh @@ -20,7 +20,7 @@ hauk_help() { } # Centralized configuration -if [ "X$(uname -s)" = "XFreeBSD" ]; then +if [ "$(uname -s)" = "FreeBSD" ]; then confdir=/usr/local/etc/hauk config=/usr/local/etc/hauk/config.php else