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:
authorszaimen <szaimen@e.mail.de>2020-09-09 14:50:58 +0300
committerGitHub <noreply@github.com>2020-09-09 14:50:58 +0300
commit941e6e7ba37d8fd4c72560fef342cec586c13ca5 (patch)
treed5b572f177b5384b5232ffe729391008482eb198 /nextcloud_install_production.sh
parentaba232642fdae7c5e47d6fce95d26d143eb64aad (diff)
move WHATEVER=1 to functions (#1425)
Diffstat (limited to 'nextcloud_install_production.sh')
-rw-r--r--nextcloud_install_production.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh
index 35cded6b..8f4a0119 100644
--- a/nextcloud_install_production.sh
+++ b/nextcloud_install_production.sh
@@ -54,8 +54,10 @@ fi
# shellcheck disable=2034,2059
true
# shellcheck source=lib.sh
-FIRST_IFACE=1 . <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
-unset FIRST_IFACE
+. <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
+
+# Get all needed variables from the library
+first_iface
# Check for errors + debug code and abort if something isn't right
# 1 = ON