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.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index ae0f3d6a..d21f7034 100755
--- a/update.sh
+++ b/update.sh
@@ -131,6 +131,12 @@ done
}
}
+ # update nc-backup
+ cd "$CONFDIR" &>/dev/null
+ install_script nc-backup.sh
+ cd - &>/dev/null
+
+
} # end - only live updates
exit 0