1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ntfy_ynh.git synced 2024-09-03 19:46:27 +02:00

Fix typo in systemd action

This commit is contained in:
Alexander Wühr 2023-02-24 20:56:41 +01:00
parent 82572e4c00
commit 51c084dbfd
No known key found for this signature in database

View file

@ -30,6 +30,6 @@ ynh_script_progression --message="Upgrading web server configuration..." --weigh
ynh_add_nginx_config
ynh_script_progression --message="Restarting systemd service..." --weight=1
ynh_systemd_action --action=estart
ynh_systemd_action --action=restart
ynh_script_progression --message="Upgrade completed" --last