Skip to content

Commit 196f49f

Browse files
committed
Move rtkbase_update.sh path to tools folder
1 parent b3733aa commit 196f49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_app/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def update_rtkbase(update_file=False):
354354
tar.extractall("/var/tmp")
355355

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

0 commit comments

Comments
 (0)