Skip to content

Commit

Permalink
Fix restore and upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmennetrier committed Apr 22, 2023
1 parent 68114dc commit 81c2a96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file removed doc/screenshots/.DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions scripts/restore
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ chown -R ds:ds "$final_path"
#=================================================
# START SYSTEMD SERVICE
#=================================================
ynh_script_progression --message="Starting a systemd service..."
# ynh_script_progression --message="Starting a systemd service..."

supervisorctl reload
# supervisorctl reload

sleep 30
# sleep 30

#=================================================
# GENERIC FINALIZATION
Expand Down
6 changes: 3 additions & 3 deletions scripts/upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@ chown -R ds:ds "$final_path"
#=================================================
# START SYSTEMD SERVICE
#=================================================
ynh_script_progression --message="Starting a systemd service..."
# ynh_script_progression --message="Starting a systemd service..."

supervisorctl reload
# supervisorctl reload

sleep 30
# sleep 30

#=================================================
# RELOAD NGINX
Expand Down

0 comments on commit 81c2a96

Please sign in to comment.