Skip to content

Commit

Permalink
Fix order of commands for restart
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Klauza committed Oct 25, 2023
1 parent bc8f3dc commit bbb7530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-interface/lib/daemon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ def do_restart_server
log "Restarting server", level: :info
return Thread.new do
@daemons_mutex.synchronize do
do_start_server_unprotected
do_stop_server_unprotected
do_start_server_unprotected
end
end
end
Expand Down

0 comments on commit bbb7530

Please sign in to comment.