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 'bin/ncp-update')
-rwxr-xr-xbin/ncp-update4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ncp-update b/bin/ncp-update
index 9e753e80..b2bf6d72 100755
--- a/bin/ncp-update
+++ b/bin/ncp-update
@@ -1,6 +1,6 @@
#!/bin/bash
-# update latest NextCloudPlus code from github
+# update latest NextCloudPi code from github
{
[ "$(id -u)" -ne 0 ] && { printf "Must be run as root. Try 'sudo $0'\n"; exit 1; }
@@ -33,7 +33,7 @@
sed '/HEAD ->\|origin/s|\[.*\(tag: v[0-9]\+\.[0-9]\+\.[0-9]\+\).*\]|[\1]|' | \
sed 's|* \[tag: |[|' > /usr/local/etc/ncp-changelog
}
- echo -e "NextCloudPlus updated to version $VER"
+ echo -e "NextCloudPi updated to version $VER"
}
cd /