1755213926

This commit is contained in:
2025-08-14 17:25:25 -06:00
parent 0666378809
commit c8a099c804
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -46,4 +46,4 @@ if [[ $IS_ONLINE -eq 0 ]]; then
exit
fi
sudo bash -c "$1 2>> $ERROR_LOG" # execute the bash script and log errors to the error log
sudo bash $1 2>> $ERROR_LOG # execute the bash script and log errors to the error log