mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-27 17:37:18 +01:00
userinterface: Fix misplaced closing quote
This commit is contained in:
parent
5c7fea694f
commit
352a56448e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue