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
e181de1a
Commit
e181de1a
authored
Feb 12, 2018
by
Igor Pecovnik
Browse files
UR backup bugfix
parent
b1dc0234
Changes
1
Show whitespace changes
Inline
Side-by-side
softy
View file @
e181de1a
...
...
@@ -57,7 +57,7 @@ LIST+=( "Pi hole" "Ad blocker" "$PI_HOLE_STATUS" )
TRANSMISSION_STATUS
=
"$(check_if_installed transmission-daemon && echo "
on
" || echo "
off
" )"
LIST
+=
(
"Transmission"
"Torrent downloading"
"
$TRANSMISSION_STATUS
"
)
# UrBackup
URBACKUP_STATUS
=
"$(check_if_installed urbackup-server && echo "
on
" || echo "
off
" )"
URBACKUP_STATUS
=
"$(check_if_installed urbackup-server
-dbg
&& echo "
on
" || echo "
off
" )"
LIST
+=
(
"UrBackup"
"Open Source client/server backup system"
"
$URBACKUP_STATUS
"
)
# ISPconfig
ISPCONFIG_STATUS
=
"$([[ -d /usr/local/ispconfig ]] && echo "
on
" || echo "
off
" )"
...
...
@@ -1229,7 +1229,7 @@ while true; do
if [[ "$selection" == *UrBackup*
&&
"$URBACKUP_STATUS" != "on" ]]; then
install_urbackup
check_port 5
5
41
4
check_port 5
1
41
3 "UrBackup"
fi
if [[ "$selection" == *Webmin*
&&
"$WEBMIN_STATUS" != "on" ]]; then
...
...
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