1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lxd_ynh.git synced 2024-09-03 19:45:53 +02:00

Fix upgrade

This commit is contained in:
Kay0u 2021-10-12 13:32:48 +02:00
parent b31cde55c8
commit bdcfc5358c
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -48,6 +48,7 @@ ynh_abort_if_errors
#=================================================
ynh_script_progression --message="Stopping a systemd service..."
ynh_systemd_action --service_name="$app.socket" --action="stop"
ynh_systemd_action --service_name=$app --action="stop" --log_path="/var/log/$app/$app.log"
#=================================================