Unverified Commit 977ed109 authored by Igor Pečovnik's avatar Igor Pečovnik Committed by GitHub
Browse files

Fix Synchting detection install

Install tested on Bionic
parent dbbe27cb
...@@ -109,7 +109,7 @@ function check_status ...@@ -109,7 +109,7 @@ function check_status
LIST+=( "TV headend" "$DESCRIPTION" "$TVHEADEND_STATUS" ) LIST+=( "TV headend" "$DESCRIPTION" "$TVHEADEND_STATUS" )
# Synthing # Synthing
SYNCTHING_STATUS="$([[ -d /usr/bin/syncthing ]] && echo "on" || echo "off" )" SYNCTHING_STATUS="$([[ -f /usr/bin/syncthing ]] && echo "on" || echo "off" )"
alive_port "Personal cloud @syncthing.net" "8384" "boolean" alive_port "Personal cloud @syncthing.net" "8384" "boolean"
LIST+=( "Syncthing" "$DESCRIPTION" "$SYNCTHING_STATUS" ) LIST+=( "Syncthing" "$DESCRIPTION" "$SYNCTHING_STATUS" )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment