mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-26 23:25:55 -05:00
9 lines
69 B
Plaintext
9 lines
69 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
adduser --system moonfire-nvr
|
||
|
|
||
|
#DEBHELPER#
|
||
|
|
||
|
exit 0
|