diff --git a/inc/power.inc.sh b/inc/power.inc.sh index 432871ab..61128a7c 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -1013,6 +1013,7 @@ SENDPOWER(){ OFFSITE_SENDPOWER(){ st_power=`${PW_SCRIPT} check power -o -p -r` + echo -e "SENDING:\n${st_power}" SENDNOTICE "${1}" "${st_power}" }