diff --git a/src/opnsense/scripts/apuled/apuledctl b/src/opnsense/scripts/apuled/apuledctl index 4952588..c2abfa0 100644 --- a/src/opnsense/scripts/apuled/apuledctl +++ b/src/opnsense/scripts/apuled/apuledctl @@ -71,7 +71,7 @@ CHK_IDLE=$(vmstat 1 2 | tail -1 | awk '{ print $19 }') if [ "$CHK_IDLE" -lt "10" ];then echo "f4" > $LED1 else - echo "1" > $LED1 + echo "sAbAj" > $LED1 fi }