From 86c12de697a9ce5bd96d37cc9d12d1e8414fbbe1 Mon Sep 17 00:00:00 2001 From: Alexander Mahura Date: Sun, 7 Apr 2024 18:29:02 +0300 Subject: [PATCH] add updated script for run_obsall.sh --- run_obsall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_obsall.sh b/run_obsall.sh index 0e2a09874..a0ce04079 100755 --- a/run_obsall.sh +++ b/run_obsall.sh @@ -15,7 +15,7 @@ echo "--- Processing ground-based observations (SYNOP)" echo "**********************************************************" ##command_synop_run = "cd SYNOP; pwd; ./main_synop.sh; exit 0" ##subprocess.run(command_synop_run, shell=True, check=True, executable="/bin/bash") -cd ${SRC_DIR} +cd ${SRC_OBSALL_DIR} pwd cd SYNOP; pwd ./main_synop.sh @@ -29,7 +29,7 @@ echo "--- Processing radiosounding-based observations (TEMP)" echo "**********************************************************" ##command_radsound_run = "cd RADSOUND; pwd; ./main_radsound.sh; exit 0" ##subprocess.run(command_radsound_run, shell=True, check=True, executable="/bin/bash") -cd ${SRC_DIR} +cd ${SRC_OBSALL_DIR} pwd cd RADSOUND; pwd ./main_radsound.sh -- GitLab