Skip to content

Commit

Permalink
Actually update.
Browse files Browse the repository at this point in the history
  • Loading branch information
breyten committed Nov 27, 2023
1 parent e109a5c commit 00b90a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ tail -n +2 sources.txt >sources.tmp
MUNI=`head -1 sources.txt`
if [ "$MUNI" != "" ];
then
echo sudo docker exec ori_backend_1 ./manage.py extract process daily --source_path "*"$MUNI
sudo docker exec ori_backend_1 ./manage.py extract process daily --source_path "*"$MUNI
fi
cp sources.tmp sources.txt

0 comments on commit 00b90a2

Please sign in to comment.