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-15 07:47:37 +0300
committernachoparker <nacho@ownyourbits.com>2018-05-15 08:36:00 +0300
commit9bd6f81fb60fed3fc49cfee8515972ecc232583a (patch)
tree750bbaf6696d618181afe26aba98cff5f6871557 /bin/ncp-update-nc
parentee92111007a81d6443b3ad3d9471deec9cb71742 (diff)
added nc-autoupdate-ncv0.56.0
Diffstat (limited to 'bin/ncp-update-nc')
-rwxr-xr-x[-rw-r--r--]bin/ncp-update-nc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ncp-update-nc b/bin/ncp-update-nc
index 413da12d..8b787c35 100644..100755
--- a/bin/ncp-update-nc
+++ b/bin/ncp-update-nc
@@ -57,7 +57,7 @@ fi
echo "Current Nextcloud version $CURRENT"
echo "Available Nextcloud version $VER"
-[[ "$NEED_UPDATE" == "true" ]] || { echo "Nothing to update"; exit 0; }
+[[ "$NEED_UPDATE" == "true" ]] || { echo "Nothing to update"; exit 1; }
# cleanup
####################