Update powerwall.sh
This commit is contained in:
@@ -203,7 +203,7 @@ if [ ${action-x} ]; then
|
|||||||
CHECKTEMP_SERVICE ${2}
|
CHECKTEMP_SERVICE ${2}
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
checktacv_service)
|
checkacv_service)
|
||||||
if [ "${2}" = "stop" ]; then
|
if [ "${2}" = "stop" ]; then
|
||||||
service_pid=`systemctl show --property MainPID --value ${SERVICE_NAME[${3}]}`
|
service_pid=`systemctl show --property MainPID --value ${SERVICE_NAME[${3}]}`
|
||||||
/bin/kill -9 $service_pid
|
/bin/kill -9 $service_pid
|
||||||
|
|||||||
Reference in New Issue
Block a user