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-check-version')
-rwxr-xr-xbin/ncp-check-version2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/ncp-check-version b/bin/ncp-check-version
index a7281f4c..97182f4c 100755
--- a/bin/ncp-check-version
+++ b/bin/ncp-check-version
@@ -2,8 +2,6 @@
# update latest available version in /var/run/.ncp-latest-version
-[ $(id -u) -ne 0 ] && exit 1
-
rm -rf /tmp/ncp-check-tmp
git clone --depth 20 -q --bare https://github.com/nextcloud/nextcloudpi.git /tmp/ncp-check-tmp || {