This commit is contained in:
Daniel Markstedt 2021-09-19 18:39:07 -07:00
parent f830003c72
commit 6b1c099039

View File

@ -419,7 +419,6 @@ def restart():
@app.route("/rascsi/restart", methods=["POST"])
def rascsi_restart():
server_info = get_server_info()
rascsi_service("restart")
flash("Restarting RaSCSI Service...")
return redirect(url_for("index"))