remove bunkchat scripts #2

Merged
oxaliq merged 10 commits from release into main 2024-04-22 20:45:27 +00:00
Showing only changes of commit ef8b1bbcb2 - Show all commits

View file

@ -4,7 +4,7 @@ installtarget=/usr/local/bin
chatlogdir=/var/log/bunkchat
chatlog=chat.log
if ! [$(id -u) = 0]; then
if ! [ "$(id -u)" = 0 ]; then
echo "ERROR: please run install with root permission" >&2
exit 1
fi