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

Update restore

This commit is contained in:
ericgaspar 2021-12-29 09:32:14 +01:00
parent ae5211c605
commit 4f4a2db7c6

View file

@ -108,7 +108,7 @@ yunohost service add $app --description="Collaborative drawing" --log="/var/log/
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" #--line_match="HTTP Server listening"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd"
sleep 60
#=================================================