watcher: fix typo

master
Mikhail Novosyolov 2 years ago
parent c94b43729c
commit 73672f541e
  1. 2
      doskast-server-watcher.sh

@ -15,7 +15,7 @@ _main_server_watcher(){
do
# TODO: validate IP/hostname
local target
target="$(head -n 1 "$line" | _safe_param_stdin)"
target="$(head -n 1 "$dir/$line" | _safe_param_stdin)"
test -n "$target"
xpra attach tcp://"$target":4648 &
done

Loading…
Cancel
Save