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:
authornachoparker <nacho@ownyourbits.com>2018-04-05 19:49:05 +0300
committernachoparker <nacho@ownyourbits.com>2018-04-20 15:38:58 +0300
commita9458f526524fee8474f67b1999d49000a0e5fbf (patch)
tree39041c89a908306181bf70bb9a15c1d83a3a6608 /bin/ncp-update
parent0d6c780911fd2e96681834764a057985d9bf2f81 (diff)
renamed to NextCloudPlusv0.53.29
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 9b90b054..0df91fa9 100755
--- a/bin/ncp-update
+++ b/bin/ncp-update
@@ -1,6 +1,6 @@
#!/bin/bash
-# update latest NextCloudPi code from github
+# update latest NextCloudPlus code from github
{
[ "$(id -u)" -ne 0 ] && { printf "Must be run as root. Try 'sudo $0'\n"; exit 1; }
@@ -32,7 +32,7 @@
sed '/HEAD ->\|origin/s|\[.*\(tag: v[0-9]\+\.[0-9]\+\.[0-9]\+\).*\]|[\1]|' | \
sed 's|* \[tag: |[|' > /usr/local/etc/ncp-changelog
}
- echo -e "NextCloudPi updated to version $VER"
+ echo -e "NextCloudPlus updated to version $VER"
}
cd /