chore: fix some typos
Signed-off-by: tianzedavid <cuitianze@aliyun.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user