mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
Add time for service to start
This commit is contained in:
parent
f85f43ee83
commit
55b2df90a0
4 changed files with 5 additions and 4 deletions
|
@ -115,3 +115,4 @@ ynh_store_file_checksum "$final_path/$app/.env"
|
|||
#=================================================
|
||||
|
||||
systemctl reload nginx
|
||||
sleep 30
|
||||
|
|
|
@ -356,4 +356,5 @@ systemctl reload nginx
|
|||
# START SERVICE
|
||||
#=================================================
|
||||
|
||||
yunohost service start $app
|
||||
yunohost service start $app
|
||||
sleep 30
|
|
@ -140,5 +140,4 @@ systemctl reload nginx
|
|||
#=================================================
|
||||
|
||||
yunohost service start $app
|
||||
|
||||
|
||||
sleep 30
|
||||
|
|
|
@ -191,4 +191,4 @@ systemctl reload nginx
|
|||
#=================================================
|
||||
|
||||
yunohost service start $app
|
||||
|
||||
sleep 30
|
||||
|
|
Loading…
Add table
Reference in a new issue