1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/xwiki_ynh.git synced 2024-09-03 20:36:11 +02:00

Improve messages

This commit is contained in:
Josué Tille 2023-12-13 01:17:15 +01:00
parent 63e0f537ff
commit 04b31813d5
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF
2 changed files with 4 additions and 4 deletions

View file

@ -45,7 +45,7 @@ yunohost service add "$app" --description=XWiki --log="/var/log/$app/$app.log"
#=================================================
# ADD A CONFIGURATION
#=================================================
ynh_script_progression --message='Adding a configuration file...' --weight=1
ynh_script_progression --message='Adding configuration files...' --weight=1
add_config
set_permissions

View file

@ -49,7 +49,7 @@ yunohost service add "$app" --description=XWiki --log="/var/log/$app/$app.log"
#=================================================
# ADD A CONFIGURATION
#=================================================
ynh_script_progression --message='Adding a configuration file...' --weight=1
ynh_script_progression --message='Adding configuration files...' --weight=1
add_config
@ -65,11 +65,11 @@ enable_super_admin
ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="$systemd_match_start_line"
if [ $install_standard_flavor -eq 1 ]; then
ynh_script_progression --message='Installing flavor...'
ynh_script_progression --message='Upgrading flavor...'
wait_for_flavor_install
fi
ynh_script_progression --message='Installing LDAP extension...' --weight=1
ynh_script_progression --message='Upgrading LDAP extension...' --weight=1
install_exension 'org.xwiki.contrib.ldap:ldap-authenticator' "$ldap_version"
# Disable super admin