pull/35960/head
Maxime Desroches 7 days ago
parent 0019c9ec8d
commit ce073243db
  1. 2
      system/ui/setup.py

@ -335,7 +335,7 @@ class Setup(Widget):
with open(TMP_CONTINUE_PATH, "w") as f: with open(TMP_CONTINUE_PATH, "w") as f:
f.write(CONTINUE) f.write(CONTINUE)
run_cmd(["chmod", "+x", TMP_CONTINUE_PATH]) run_cmd(["chmod", "+x", TMP_CONTINUE_PATH])
shutil.move("/tmp/continue.sh.new", CONTINUE_PATH) shutil.move(TMP_CONTINUE_PATH, CONTINUE_PATH)
gui_app.request_close() gui_app.request_close()
else: else:

Loading…
Cancel
Save