Skip to content

Commit a21e92b

Browse files
authored
Fixing the symbolic link
1 parent 9881755 commit a21e92b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.env.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# ODTP COMPONENT VARIABLES
2-
## PARAMETERS
3-
output_id=
42

53
## SECRETS
64
GITHUB_USERNAME=

app/app.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ git checkout 86bf7bdc631961ac05c976fc280e78d93d666d02
2222

2323
# A2B - Prepare datafolder
2424

25-
ln -s /odtp/odtp-input/eqasim-matsim-output/simulation_output/${output_id}_legs.csv /odtp/odtp-workdir/OD_data_dashboard/data/origin-destination.csv
25+
rm /odtp/odtp-workdir/OD_data_dashboard/data/origin-destination.csv
26+
ln -s /odtp/odtp-input/eqasim-matsim-output/simulation_output/eqasim_legs.csv /odtp/odtp-workdir/OD_data_dashboard/data/origin-destination.csv
2627

2728

2829
#########################################################

0 commit comments

Comments
 (0)