From 77fd54fc4b7ab00f8353143dff91a4401ebf396a 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:39:33 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index 3d43349..c586dc3 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -112,6 +112,10 @@ 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 #=================================================