mirror of
https://github.com/bilde2910/Hauk.git
synced 2026-01-23 02:24:09 +00:00
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:
parent
a7e241ade1
commit
396302a197
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue