1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owncloud_ynh.git synced 2024-09-03 19:56:25 +02:00
This commit is contained in:
Éric Gaspar 2023-11-13 10:40:49 +01:00
parent e62f9ce423
commit 2e30d47062
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ OCIS_BASE_DATA_PATH=__DATA_DIR__
IDM_ADMIN_PASSWORD=__PASSWORD__ IDM_ADMIN_PASSWORD=__PASSWORD__
#IDM_ADMIN=__ADMIN__
OCIS_DEFAULT_LANGUAGE=__LANGUAGE__ OCIS_DEFAULT_LANGUAGE=__LANGUAGE__

View file

@ -33,7 +33,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=1 ynh_script_progression --message="Upgrading source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --keep=".ocis" ynh_setup_source --dest_dir="$install_dir" --keep=".ocis ocis.env"
fi fi
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"