mirror of
https://github.com/ep1cman/unifi-protect-backup.git
synced 2025-12-16 00:03:25 +00:00
Fix setting no verbosity for the docker container
This commit is contained in:
@@ -2,5 +2,8 @@
|
|||||||
|
|
||||||
|
|
||||||
export RCLONE_CONFIG=/config/rclone/rclone.conf
|
export RCLONE_CONFIG=/config/rclone/rclone.conf
|
||||||
|
echo $VERBOSITY
|
||||||
|
[[ -n "$VERBOSITY" ]] && export VERBOSITY_ARG=-$VERBOSITY || export VERBOSITY_ARG=""
|
||||||
|
|
||||||
exec \
|
exec \
|
||||||
s6-setuidgid abc unifi-protect-backup -${VERBOSITY}
|
s6-setuidgid abc unifi-protect-backup ${VERBOSITY_ARG}
|
||||||
|
|||||||
Reference in New Issue
Block a user