1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00
This commit is contained in:
ericgaspar 2023-12-11 07:56:31 +01:00
parent af75ec924e
commit 51623e824c
3 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ ynh_script_progression --message="Starting a systemd service..." --weight=6
# Start a systemd service # Start a systemd service
ynh_systemd_action --service_name=$app --action=restart --log_path=systemd --line_match="Your Etherpad version is" ynh_systemd_action --service_name=$app --action=restart --log_path=systemd --line_match="Your Etherpad version is"
sleep 120 sleep 60
#================================================= #=================================================
# END OF SCRIPT # END OF SCRIPT