don't use recursive (lintian)
This commit is contained in:
parent
0fd172edc3
commit
0cf67d5e2c
2
debian/openwebrx.postinst
vendored
2
debian/openwebrx.postinst
vendored
@ -11,7 +11,7 @@ case "$1" in
|
||||
|
||||
# create OpenWebRX data directory and set the correct permissions
|
||||
if [ ! -d "${OWRX_DATADIR}" ] && [ ! -L "${OWRX_DATADIR}" ]; then mkdir "${OWRX_DATADIR}"; fi
|
||||
chown -R "${OWRX_USER}". ${OWRX_DATADIR}
|
||||
chown "${OWRX_USER}". ${OWRX_DATADIR}
|
||||
|
||||
# create initial openwebrx user
|
||||
openwebrx-admin adduser --noninteractive --silent --user admin
|
||||
|
Loading…
Reference in New Issue
Block a user