From 33d901ce3a740847dfeb5cb0d429b3cd358bb918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 12 Jun 2023 11:52:03 +0200 Subject: [PATCH] fix --- scripts/install | 4 ---- scripts/upgrade | 4 ---- 2 files changed, 8 deletions(-) diff --git a/scripts/install b/scripts/install index d3e9eec..8e93f06 100755 --- a/scripts/install +++ b/scripts/install @@ -143,10 +143,6 @@ exec_occ ldap:test-config '' \ # MOUNT HOME FOLDERS AS EXTERNAL STORAGE #================================================= -# Define a function to add an external storage -# Create the external storage for the given folders and enable sharing -create_external_storage - # Enable External Storage and create local mount to home folder if [ $user_home -eq 1 ] then diff --git a/scripts/upgrade b/scripts/upgrade index c586dc3..3d43349 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -112,10 +112,6 @@ exec_occ() { php$NEXTCLOUD_PHP_VERSION --define apc.enable_cli=1 occ --no-interaction --no-ansi "$@") } -# Define a function to add an external storage -# Create the external storage for the given folders and enable sharing -create_external_storage - #================================================= # HANDLE DATABASE MIGRATION #=================================================