Update install.sh

Old habbits dies slow, explicit guarding is not longer required.

Co-authored-by: Marius Lindvall <marius@varden.info>
This commit is contained in:
Rick van der Zwet 2020-05-25 15:09:03 +02:00 committed by GitHub
parent a7e241ade1
commit 396302a197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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