test: fix debug

This commit is contained in:
Girish Ramakrishnan
2026-03-15 09:54:55 +05:30
parent 6e0dc24eca
commit 29f85a8fd2
+1 -1
View File
@@ -21,7 +21,7 @@ for script in "${scripts[@]}"; do
done
if [[ ${#missing_scripts[@]} -gt 0 ]]; then
echo "The following script(s) have no sudo access: ${missing_scripts[*]} . Try 'sudo -n ${missing_scripts[0]} --check'"
echo "The following script(s) have no sudo access: ${missing_scripts[*]} . Try 'BOX_ENV=test sudo -k -n ${missing_scripts[0]} --check'"
echo -e "\nYou have to add the lines below to /etc/sudoers.d/yellowtent\n\n"
for missing_script in "${missing_scripts[@]}"; do