mirror of
https://github.com/YunoHost-Apps/thelounge_ynh.git
synced 2024-09-03 20:35:54 +02:00
remove é
This commit is contained in:
parent
2a761edbd8
commit
2370e58d54
3 changed files with 3 additions and 3 deletions
|
@ -152,7 +152,7 @@ chown -R $app: $config_path
|
|||
#=================================================
|
||||
ynh_script_progression --message="Integrating service in YunoHost..."
|
||||
|
||||
yunohost service add $app --description "Client Web IRC auto-hébergé" --log_type "systemd"
|
||||
yunohost service add $app --description "Client Web IRC" --log_type "systemd"
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
|
|
|
@ -107,7 +107,7 @@ systemctl enable $app.service
|
|||
#=================================================
|
||||
ynh_script_progression --message="Integrating service in YunoHost..."
|
||||
|
||||
yunohost service add $app --description "Client Web IRC auto-hébergé" --log_type "systemd"
|
||||
yunohost service add $app --description "Client Web IRC" --log_type "systemd"
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
|
|
|
@ -186,7 +186,7 @@ chown -R $app: $config_path
|
|||
#=================================================
|
||||
ynh_script_progression --message="Integrating service in YunoHost..."
|
||||
|
||||
yunohost service add $app --description "Client Web IRC auto-hébergé" --log_type "systemd"
|
||||
yunohost service add $app --description "Client Web IRC" --log_type "systemd"
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
|
|
Loading…
Reference in a new issue