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:
parent
63e0f537ff
commit
04b31813d5
2 changed files with 4 additions and 4 deletions
|
@ -45,7 +45,7 @@ yunohost service add "$app" --description=XWiki --log="/var/log/$app/$app.log"
|
||||||
#=================================================
|
#=================================================
|
||||||
# ADD A CONFIGURATION
|
# ADD A CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message='Adding a configuration file...' --weight=1
|
ynh_script_progression --message='Adding configuration files...' --weight=1
|
||||||
|
|
||||||
add_config
|
add_config
|
||||||
set_permissions
|
set_permissions
|
||||||
|
|
|
@ -49,7 +49,7 @@ yunohost service add "$app" --description=XWiki --log="/var/log/$app/$app.log"
|
||||||
#=================================================
|
#=================================================
|
||||||
# ADD A CONFIGURATION
|
# ADD A CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message='Adding a configuration file...' --weight=1
|
ynh_script_progression --message='Adding configuration files...' --weight=1
|
||||||
|
|
||||||
add_config
|
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"
|
ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="$systemd_match_start_line"
|
||||||
|
|
||||||
if [ $install_standard_flavor -eq 1 ]; then
|
if [ $install_standard_flavor -eq 1 ]; then
|
||||||
ynh_script_progression --message='Installing flavor...'
|
ynh_script_progression --message='Upgrading flavor...'
|
||||||
wait_for_flavor_install
|
wait_for_flavor_install
|
||||||
fi
|
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"
|
install_exension 'org.xwiki.contrib.ldap:ldap-authenticator' "$ldap_version"
|
||||||
|
|
||||||
# Disable super admin
|
# Disable super admin
|
||||||
|
|
Loading…
Add table
Reference in a new issue