mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Fix check seahub start
This commit is contained in:
parent
053b6388e8
commit
b8c25fdc3b
4 changed files with 4 additions and 4 deletions
|
@ -56,7 +56,7 @@ sleep 2
|
|||
ynh_script_progression "Starting services..."
|
||||
ynh_systemctl --service=seafile --wait_until="spawned seaf-server, pid " --log_path=/var/log/seafile/controller.log
|
||||
sleep 2
|
||||
ynh_systemctl --service=seahub --wait_until="Started Seafile hub." --log_path="systemd"
|
||||
ynh_systemctl --service=seahub --wait_until="Seahub is started" --log_path="systemd"
|
||||
sleep 2
|
||||
|
||||
ynh_script_progression "Change of URL completed for $app" --time=
|
||||
|
|
|
@ -137,7 +137,7 @@ sleep 3
|
|||
ynh_script_progression "Starting seafile services..."
|
||||
ynh_systemctl --service=seafile --wait_until="spawned seaf-server, pid " --log_path=/var/log/seafile/controller.log
|
||||
sleep 2
|
||||
ynh_systemctl --service=seahub --wait_until="Started Seafile hub." --log_path="systemd"
|
||||
ynh_systemctl --service=seahub --wait_until="Seahub is started" --log_path="systemd"
|
||||
sleep 2
|
||||
|
||||
ynh_script_progression "Installation of $app completed"
|
||||
|
|
|
@ -68,7 +68,7 @@ sleep 5
|
|||
ynh_script_progression "Starting seafile services..."
|
||||
ynh_systemctl --service=seafile --wait_until="spawned seaf-server, pid " --log_path=/var/log/seafile/controller.log
|
||||
sleep 2
|
||||
ynh_systemctl --service=seahub --wait_until="Started Seafile hub." --log_path="systemd"
|
||||
ynh_systemctl --service=seahub --wait_until="Seahub is started" --log_path="systemd"
|
||||
sleep 2
|
||||
|
||||
ynh_script_progression "Restoration completed for $app"
|
||||
|
|
|
@ -208,7 +208,7 @@ sleep 5
|
|||
ynh_systemctl --service=memcached.service -p "systemd"
|
||||
ynh_systemctl --service=seafile --wait_until="spawned seaf-server, pid " --log_path=/var/log/seafile/controller.log
|
||||
sleep 2
|
||||
ynh_systemctl --service=seahub --wait_until="Started Seafile hub." --log_path="systemd"
|
||||
ynh_systemctl --service=seahub --wait_until="Seahub is started" --log_path="systemd"
|
||||
sleep 2
|
||||
|
||||
# remove old version files
|
||||
|
|
Loading…
Add table
Reference in a new issue