1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00

Update change_url

This commit is contained in:
ericgaspar 2020-12-05 14:57:03 +01:00
parent 6b1d4df3ca
commit 8698bf16c2
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

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