Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
977ed109
Unverified
Commit
977ed109
authored
Sep 23, 2018
by
Igor Pečovnik
Committed by
GitHub
Sep 23, 2018
Browse files
Fix Synchting detection install
Install tested on Bionic
parent
dbbe27cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-software
View file @
977ed109
...
@@ -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
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment