remove bunkchat scripts #2
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ installtarget=/usr/local/bin
|
||||||
chatlogdir=/var/log/bunkchat
|
chatlogdir=/var/log/bunkchat
|
||||||
chatlog=chat.log
|
chatlog=chat.log
|
||||||
|
|
||||||
if ! [$(id -u) = 0]; then
|
if ! [ "$(id -u)" = 0 ]; then
|
||||||
echo "ERROR: please run install with root permission" >&2
|
echo "ERROR: please run install with root permission" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
Loading…
Reference in a new issue