userinterface: Fix misplaced closing quote

This commit is contained in:
Amin Ben Romdhane 2025-03-06 10:15:36 +01:00
parent 5c7fea694f
commit 352a56448e

View file

@ -84,7 +84,7 @@ case "$1" in
json_get_var port "port"
json_cleanup
out="$(get_nginx_status "${port})"
out="$(get_nginx_status "${port}")"
if [ -z "${out}" ]; then
echo '{}'
else