Browse Source

Removed Executable + Argumens

Fixes #766
pull/767/head
Flightkick 9 years ago
parent
commit
172e2fbb94
  1. 3
      functions/email.sh

3
functions/email.sh

@ -48,9 +48,6 @@ fn_parms
echo -e "\e[34mBackups:\t\e[0m${backupdirdu}"
fi
echo -e ""
echo -e "========================================\nCommand-line Parameters\n========================================"
echo -e "${executable} ${parms}"
echo -e ""
echo -e "========================================\nLogs\n========================================"
}| sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g"| tee "${scriptlogdir}/${servicename}-email.log" > /dev/null 2>&1
echo -e "\n\n Script log\n===================" >> "${emaillog}"

Loading…
Cancel
Save