mirror of
https://github.com/YunoHost-Apps/owncloud_ynh.git
synced 2024-09-03 19:56:25 +02:00
fix
This commit is contained in:
parent
e62f9ce423
commit
2e30d47062
2 changed files with 2 additions and 2 deletions
|
@ -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__
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue