Skip to content

Commit

Permalink
Move rtkbase_update.sh path to tools folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefal committed Jun 19, 2024
1 parent b3733aa commit 196f49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_app/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def update_rtkbase(update_file=False):
tar.extractall("/var/tmp")

source_path = os.path.join("/var/tmp/", primary_folder)
script_path = os.path.join(source_path, "rtkbase_update.sh")
script_path = os.path.join(source_path, "tools", "rtkbase_update.sh")
data_dir = app.config["DOWNLOAD_FOLDER"].split("/")[-1]
current_release = rtkbaseconfig.get("general", "version").strip("v")
standard_user = rtkbaseconfig.get("general", "user")
Expand Down

0 comments on commit 196f49f

Please sign in to comment.