diff --git a/conf/.env b/conf/.env index 8a5044b..4d266a4 100644 --- a/conf/.env +++ b/conf/.env @@ -12,7 +12,7 @@ OCIS_BASE_DATA_PATH=__DATA_DIR__ IDM_ADMIN_PASSWORD=__PASSWORD__ -#IDM_ADMIN=__ADMIN__ + OCIS_DEFAULT_LANGUAGE=__LANGUAGE__ diff --git a/scripts/upgrade b/scripts/upgrade index 96dccbe..a0a93fe 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -33,7 +33,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=1 # 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 chmod -R o-rwx "$install_dir"