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.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 2fdd870d..ed2b7938 100755
--- a/update.sh
+++ b/update.sh
@@ -225,6 +225,9 @@ EOF
chmod +x /etc/cron.weekly/letsencrypt-ncp
}
+ # add ncp-config link
+ [[ -e /usr/local/bin/ncp-config ]] || ln -s /usr/local/bin/nextcloudpi-config /usr/local/bin/ncp-config
+
} # end - only live updates
exit 0