mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
reorder message
This commit is contained in:
parent
4cf442c4ec
commit
14715c1de4
1 changed files with 1 additions and 2 deletions
|
@ -14,6 +14,7 @@ source /usr/share/yunohost/helpers
|
||||||
#=================================================
|
#=================================================
|
||||||
# REMOVE SERVICE INTEGRATION IN YUNOHOST
|
# REMOVE SERVICE INTEGRATION IN YUNOHOST
|
||||||
#=================================================
|
#=================================================
|
||||||
|
ynh_script_progression --message="Stopping and removing the systemd service..."
|
||||||
|
|
||||||
# Remove the service from the list of services known by YunoHost (added from `yunohost service add`)
|
# Remove the service from the list of services known by YunoHost (added from `yunohost service add`)
|
||||||
if ynh_exec_warn_less yunohost service status "$app-chat" >/dev/null
|
if ynh_exec_warn_less yunohost service status "$app-chat" >/dev/null
|
||||||
|
@ -80,8 +81,6 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
# STOP AND REMOVE SERVICE
|
# STOP AND REMOVE SERVICE
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Stopping and removing the systemd service..."
|
|
||||||
|
|
||||||
# Remove the dedicated systemd config
|
# Remove the dedicated systemd config
|
||||||
ynh_remove_systemd_config --service="$app-chat"
|
ynh_remove_systemd_config --service="$app-chat"
|
||||||
ynh_remove_systemd_config --service="$app-clsi"
|
ynh_remove_systemd_config --service="$app-clsi"
|
||||||
|
|
Loading…
Add table
Reference in a new issue