Added a fork of the NUT Package
* Forked of the community repo version to enable CGI components
This commit is contained in:
6
nut/nut.pre-install
Normal file
6
nut/nut.pre-install
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
addgroup -S nut 2>/dev/null
|
||||
adduser -S -D -H -h /var/lib/nut -s /sbin/nologin -G nut -g nut nut 2>/dev/null
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user