Allow update.sh to be run as root

This commit is contained in:
Johannes
2016-10-31 14:55:06 +01:00
parent 8adf9f3643
commit 4d360e3798
2 changed files with 4 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ scripts=("${SOURCE_DIR}/src/scripts/rmappdir.sh" \
"${SOURCE_DIR}/src/scripts/rmbackup.sh" \
"${SOURCE_DIR}/src/scripts/restoreapp.sh" \
"${SOURCE_DIR}/src/scripts/reboot.sh" \
"${SOURCE_DIR}/src/scripts/update.sh" \
"${SOURCE_DIR}/src/scripts/collectlogs.sh" \
"${SOURCE_DIR}/src/scripts/reloadcollectd.sh")