fix setting var

This commit is contained in:
m0duspwnens
2022-01-20 16:37:33 -05:00
parent 01cb505338
commit 00d0eb1ce5

View File

@@ -411,7 +411,7 @@ systemctl_func() {
local service_name=$2 local service_name=$2
if [[ "$echo_action" == "stop" ]]; then if [[ "$echo_action" == "stop" ]]; then
$echo_action = "stopp" echo_action="stopp"
fi fi
echo "" echo ""