chore: fix some typos

Signed-off-by: tianzedavid <cuitianze@aliyun.com>
This commit is contained in:
tianzedavid
2025-02-13 01:00:46 +08:00
parent bb797dcb2a
commit 7ee7922766
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
# "vnc": "localhost:5902"
#}
#}
snapctl get services | jq -c '.[]' | while read service; do # for each service the user sepcified..
snapctl get services | jq -c '.[]' | while read service; do # for each service the user specified..
# get the important data for the service (listen port, VNC host:port)
listen_port="$(echo $service | jq --raw-output '.listen')"
vnc_host_port="$(echo $service | jq --raw-output '.vnc')" # --raw-output removes any quotation marks from the output