Skip to content

Commit

Permalink
updated the updater
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamidori5 committed Feb 2, 2025
1 parent 2a8b4ff commit 7227171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Webserver/Programs/Updater/midori_ai_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

for program in cluster_check:
if os.path.isfile("/usr/local/bin/" + program[1]):
shutil.move("/usr/local/bin/" + program[0], "/usr/local/bin/" + program[1])
shutil.copy("/usr/local/bin/" + program[0], "/usr/local/bin/" + program[1])

# Clean up
os.chdir("..")
Expand Down

0 comments on commit 7227171

Please sign in to comment.