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
path: root/static
diff options
context:
space:
mode:
authorDaniel Hansson <mailto@danielhansson.nu>2022-05-03 23:08:17 +0300
committerGitHub <noreply@github.com>2022-05-03 23:08:17 +0300
commitbee9db5b5ee6c9d05ad398c1f2c9fe98e65beba8 (patch)
treebc613dbdd4c7b9682e5f6274b667a200d93af821 /static
parent7cec7c347349a4858df29bd28437de1d2065cb5a (diff)
remove live source (#2283)
Signed-off-by: enoch85 <github@hanssonit.se>
Diffstat (limited to 'static')
-rw-r--r--static/adduser.sh2
-rw-r--r--static/change-ncadmin-profile.sh2
-rw-r--r--static/change-root-profile.sh2
-rw-r--r--static/change_db_pass.sh2
-rw-r--r--static/docker_overlay2.sh2
-rw-r--r--static/setup_secure_permissions_nextcloud.sh4
-rw-r--r--static/temporary-fix-begining.sh2
-rw-r--r--static/temporary-fix-end.sh2
-rw-r--r--static/updatenotification.sh2
9 files changed, 10 insertions, 10 deletions
diff --git a/static/adduser.sh b/static/adduser.sh
index d3411309..6d3e3bbb 100644
--- a/static/adduser.sh
+++ b/static/adduser.sh
@@ -2,7 +2,7 @@
true
SCRIPT_NAME="Add CLI User"
# shellcheck source=lib.sh
-source /var/scripts/fetch_lib.sh || source <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
+source /var/scripts/fetch_lib.sh
# T&M Hansson IT AB © - 2022, https://www.hanssonit.se/
diff --git a/static/change-ncadmin-profile.sh b/static/change-ncadmin-profile.sh
index fba45f6d..429ffc2d 100644
--- a/static/change-ncadmin-profile.sh
+++ b/static/change-ncadmin-profile.sh
@@ -5,7 +5,7 @@
true
SCRIPT_NAME="Change ncadmin Profile"
# shellcheck source=lib.sh
-source /var/scripts/fetch_lib.sh || source <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
+source /var/scripts/fetch_lib.sh
# Check for errors + debug code and abort if something isn't right
# 1 = ON
diff --git a/static/change-root-profile.sh b/static/change-root-profile.sh
index 32d1e8e9..b7be5c32 100644
--- a/static/change-root-profile.sh
+++ b/static/change-root-profile.sh
@@ -5,7 +5,7 @@
true
SCRIPT_NAME="Change root Profile"
# shellcheck source=lib.sh
-source /var/scripts/fetch_lib.sh || source <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
+source /var/scripts/fetch_lib.sh
# Check for errors + debug code and abort if something isn't right
# 1 = ON
diff --git a/static/change_db_pass.sh b/static/change_db_pass.sh
index d82f4b0e..252acce8 100644
--- a/static/change_db_pass.sh
+++ b/static/change_db_pass.sh
@@ -2,7 +2,7 @@
true
SCRIPT_NAME="Change Database Password"
# shellcheck source=lib.sh
-source /var/scripts/fetch_lib.sh || source <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
+source /var/scripts/fetch_lib.sh
# Get all needed variables from the library
ncdb
diff --git a/static/docker_overlay2.sh b/static/docker_overlay2.sh
index 286534c9..b7e9b005 100644
--- a/static/docker_overlay2.sh
+++ b/static/docker_overlay2.sh
@@ -2,7 +2,7 @@
true
SCRIPT_NAME="Change to Docker overlay2"
# shellcheck source=lib.sh
-source /var/scripts/fetch_lib.sh || source <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
+source /var/scripts/fetch_lib.sh
# T&M Hansson IT AB © - 2022, https://www.hanssonit.se/
diff --git a/static/setup_secure_permissions_nextcloud.sh b/static/setup_secure_permissions_nextcloud.sh
index f8f5837e..5b2764b9 100644
--- a/static/setup_secure_permissions_nextcloud.sh
+++ b/static/setup_secure_permissions_nextcloud.sh
@@ -5,7 +5,7 @@
true
SCRIPT_NAME="Set up Secure Permissions for Nextcloud"
# shellcheck source=lib.sh
-source /var/scripts/fetch_lib.sh || source <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
+source /var/scripts/fetch_lib.sh
# Check for errors + debug code and abort if something isn't right
# 1 = ON
@@ -28,7 +28,7 @@ then
if [ -z "${NCDATA}" ]
then
# shellcheck source=lib.sh
- source /var/scripts/fetch_lib.sh || source <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
+ source /var/scripts/fetch_lib.sh
fi
fi
diff --git a/static/temporary-fix-begining.sh b/static/temporary-fix-begining.sh
index 5cc61f6a..36176014 100644
--- a/static/temporary-fix-begining.sh
+++ b/static/temporary-fix-begining.sh
@@ -5,7 +5,7 @@
true
SCRIPT_NAME="Temporary Fix"
# shellcheck source=lib.sh
-source /var/scripts/fetch_lib.sh || source <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
+source /var/scripts/fetch_lib.sh
# Check for errors + debug code and abort if something isn't right
# 1 = ON
diff --git a/static/temporary-fix-end.sh b/static/temporary-fix-end.sh
index 5cc61f6a..36176014 100644
--- a/static/temporary-fix-end.sh
+++ b/static/temporary-fix-end.sh
@@ -5,7 +5,7 @@
true
SCRIPT_NAME="Temporary Fix"
# shellcheck source=lib.sh
-source /var/scripts/fetch_lib.sh || source <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
+source /var/scripts/fetch_lib.sh
# Check for errors + debug code and abort if something isn't right
# 1 = ON
diff --git a/static/updatenotification.sh b/static/updatenotification.sh
index 97f6b46b..912555bd 100644
--- a/static/updatenotification.sh
+++ b/static/updatenotification.sh
@@ -5,7 +5,7 @@
true
SCRIPT_NAME="Update Notification"
# shellcheck source=lib.sh
-source /var/scripts/fetch_lib.sh || source <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
+source /var/scripts/fetch_lib.sh
# Get all needed variables from the library
nc_update