Make the init script executable
This commit is contained in:
parent
03a6e0095c
commit
d7c47931fb
@ -2,6 +2,7 @@
|
||||
|
||||
case "$1" in
|
||||
configure)
|
||||
chmod +x /etc/init.d/mon-thresh
|
||||
if ! [ `getent passwd thresh` ]; then
|
||||
adduser --system --group thresh
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user