1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00
This commit is contained in:
Éric Gaspar 2023-10-28 22:41:50 +02:00
parent c9e3b3a61f
commit ecdc09d1a4
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ ram.runtime = "50M"
ask.fr = "Choisissez la langue de l'application" ask.fr = "Choisissez la langue de l'application"
type = "select" type = "select"
choices = ["ca", "de", "en", "es", "fr", "gl", "hu", "it", "nl", "pt"] choices = ["ca", "de", "en", "es", "fr", "gl", "hu", "it", "nl", "pt"]
default = "en" default = "fr"
[install.admin] [install.admin]
type = "user" type = "user"

View file

@ -39,7 +39,7 @@ chown -R $app:www-data "$install_dir"
#================================================= #=================================================
# INSTALL ETHERPAD # INSTALL ETHERPAD
#================================================= #=================================================
ynh_script_progression --message="Installing $app..." --weight=60 ynh_script_progression --message="Installing $app..." --weight=10
pushd $install_dir pushd $install_dir
ynh_use_nodejs ynh_use_nodejs