Signed-off-by: fbt <fbt@fleshless.org>
@@ -132,7 +132,7 @@ if_service_action() {
}; readonly -f if_service_action
run_service_action() {
for f in "$1" "$service_name::$1"; do
for f in "$service_name::$1" "$1"; do
is_function "$f" && {
"$f"; return $?
}
The note is not visible to the blocked user.