1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00
This commit is contained in:
Éric Gaspar 2023-06-12 11:52:03 +02:00
parent 03f52ae739
commit 33d901ce3a
2 changed files with 0 additions and 8 deletions

View file

@ -143,10 +143,6 @@ exec_occ ldap:test-config '' \
# MOUNT HOME FOLDERS AS EXTERNAL STORAGE # 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 # Enable External Storage and create local mount to home folder
if [ $user_home -eq 1 ] if [ $user_home -eq 1 ]
then then

View file

@ -112,10 +112,6 @@ exec_occ() {
php$NEXTCLOUD_PHP_VERSION --define apc.enable_cli=1 occ --no-interaction --no-ansi "$@") 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 # HANDLE DATABASE MIGRATION
#================================================= #=================================================