diff options
-rwxr-xr-x | bin/ii-watch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ii-watch b/bin/ii-watch index ae1ab94..e72bf6a 100755 --- a/bin/ii-watch +++ b/bin/ii-watch @@ -53,6 +53,6 @@ while pgrep -x 'ii' >/dev/null && \ # more than 10 minutes ago if [ $((last_seen + 60*10)) -lt "$(date +%s)" ]; then # reconnect! - systemctl restart ii + "${base_dir}/bin/ii-connect" fi done |