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-05-27 22:33:03 +0300
committernachoparker <nacho@ownyourbits.com>2018-05-28 12:32:13 +0300
commita070860a58440326861583958d7186cc568eef48 (patch)
tree3ad3dab8a66238a53cde38d0e57f2bac7a87e090 /bin/ncp-check-updates
parent003c29c016b1b6223425662212a0c76b4ccee829 (diff)
re-rename to NCPiv0.56.14
Diffstat (limited to 'bin/ncp-check-updates')
-rwxr-xr-xbin/ncp-check-updates4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ncp-check-updates b/bin/ncp-check-updates
index 34275228..3a70b357 100755
--- a/bin/ncp-check-updates
+++ b/bin/ncp-check-updates
@@ -6,8 +6,8 @@ VERFILE=/usr/local/etc/ncp-version
LATEST=/var/run/.ncp-latest-version
if ncp-test-updates; then
- echo -e "\nNextCloudPlus \e[1m$( cat $VERFILE)\e[0m is outdated"
+ echo -e "\nNextCloudPi \e[1m$( cat $VERFILE)\e[0m is outdated"
echo -e "update to \e[1m$( cat $LATEST )\e[0m through 'ncp-config' or type 'sudo ncp-update'"
else
- echo -e "\nNextCloudPlus \e[1m$( cat $VERFILE)\e[0m is up to date"
+ echo -e "\nNextCloudPi \e[1m$( cat $VERFILE)\e[0m is up to date"
fi