Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2020-05-24 01:55:56 +0300
committerGitHub <noreply@github.com>2020-05-24 01:55:56 +0300
commitb2c5d7dff97a6566240c912abb7ec0e708d1d995 (patch)
tree4517d7242f24546c10d029cac011e821b32e8876 /static/update.sh
parenta81be89e3e6ff521d7168233c7d3f75ad3422a17 (diff)
update the way scripts are run and downloaded (#1256)
Co-authored-by: szaimen <szaimen@e.mail.de> Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
Diffstat (limited to 'static/update.sh')
-rw-r--r--static/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/update.sh b/static/update.sh
index 6b069e2e..d14aa8bd 100644
--- a/static/update.sh
+++ b/static/update.sh
@@ -30,6 +30,6 @@ then
fi
# Delete, download, run
-run_main_script nextcloud_update
+run_script GITHUB_REPO nextcloud_update
exit