Bugs switch to /opt

This commit is contained in:
Daniel Pätzold
2026-03-15 13:02:37 +01:00
parent 488f04d387
commit 5a9059366f
3 changed files with 5 additions and 3 deletions
+2
View File
@@ -71,6 +71,8 @@ if [[ $RETNO -ne 0 ]]; then
elog_add "A matching sudo rule could look like this: "'^'${SYSCONFIGPATH////'\/'}'\/system_setup\/sync_client_software\.sh.*$'
else
elog_add "Matching Sudo rule found."
elog_add ""
elog_add "Running client software install..."
elog_add_command "/usr/bin/sudo -n --preserve-env ${SYSCONFIGPATH}/system_setup/sync_client_software.sh install"
#ERRTXT=$( { /usr/bin/sudo -n --preserve-env ${SYSCONFIGPATH}/system_setup/sync_client_software.sh install > >(tee -a ${LOGFILE}); } 2>&1 )
#ERR=$?