9 lines
69 B
Plaintext
9 lines
69 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
adduser --system moonfire-nvr
|
||
|
|
||
|
#DEBHELPER#
|
||
|
|
||
|
exit 0
|