Adding alias for turning off LED

This commit is contained in:
2019-12-24 15:34:17 +01:00
parent 0575aad054
commit 49749cdeeb

View File

@@ -147,6 +147,7 @@ step_24_info() {
echoinfo " [OPTION]" echoinfo " [OPTION]"
echoinfo " -p : Turn off permanentely (/etc/rc.local)" echoinfo " -p : Turn off permanentely (/etc/rc.local)"
} }
step_24_alias() { ALIAS="powerledoff"; }
step_24() { step_24() {
exep "${ledOffCmd}" exep "${ledOffCmd}"
if [ ! -z $2 ] ; then if [ ! -z $2 ] ; then