Skip to content

Commit

Permalink
remove redundant call to write_envfile()
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
  • Loading branch information
dirkhh committed Jun 16, 2024
1 parent 35a9fe6 commit 729c6f2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2028,7 +2028,6 @@ def do_halt():
if self._d.is_enabled("sdrplay") and not self._d.is_enabled("sdrplay_license_accepted"):
return redirect(url_for("sdrplay_license"))

self.write_envfile()
# adsb-system-restart mainly does a compose up
self._system._restart.bg_run(cmdline="bash /opt/adsb/adsb-system-restart.sh", silent=True)
return render_template("/restarting.html")
Expand Down

0 comments on commit 729c6f2

Please sign in to comment.