Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 1b8b8012..2b1275f4 100755
--- a/update.sh
+++ b/update.sh
@@ -284,6 +284,11 @@ EOF
# fix udiskie not correctly installed
type udiskie &> /dev/null || apt-get install -y --no-install-recommends udiskie inotify-tools
+ # update nc-backup
+ cd "$CONFDIR" &>/dev/null
+ install_script nc-backup.sh
+ cd - &>/dev/null
+
} # end - only live updates
exit 0