mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
Fix
This commit is contained in:
parent
be774783ff
commit
65430735c1
1 changed files with 1 additions and 4 deletions
|
@ -79,9 +79,6 @@ ynh_restore_file --origin_path="/etc/logrotate.d/$app"
|
|||
ynh_script_progression --message="Restoring nginx web server..."
|
||||
ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
|
||||
ynh_systemd_action --service_name=nginx --action=reload
|
||||
|
||||
# access url (first try always failed to Nginx page)
|
||||
ynh_script_progression --message="Opening $app local page..."
|
||||
ynh_exec_fully_quiet ynh_local_curl
|
||||
ynh_exec_fully_quiet sleep 60s #Only necessary for CI test otherwise curl failed to nginx page
|
||||
|
||||
ynh_script_progression --message="Recovery of $app completed" --last
|
||||
|
|
Loading…
Add table
Reference in a new issue