Try to make tests work again

This commit is contained in:
Girish Ramakrishnan
2017-04-23 17:39:43 -07:00
parent 29ae2cf8ca
commit a0e122e578
7 changed files with 14 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ scripts=("${SOURCE_DIR}/src/scripts/rmappdir.sh" \
"${SOURCE_DIR}/src/scripts/collectlogs.sh" \
"${SOURCE_DIR}/src/scripts/reloadcollectd.sh" \
"${SOURCE_DIR}/src/scripts/authorized_keys.sh" \
"${SOURCE_DIR}/src/backuptask.js")
"${SOURCE_DIR}/src/scripts/node.sh")
for script in "${scripts[@]}"; do
if [[ $(sudo -n "${script}" --check 2>/dev/null) != "OK" ]]; then