summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--getjson.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/getjson.sh b/getjson.sh
index 1a2e359..77f51f4 100644
--- a/getjson.sh
+++ b/getjson.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# set destination directory
-directory=/home/ars/
+directory=/home/ars
curl --silent -H "App-Key: A4E247A48AAF12BF2E97D9F346E56" https://admin.libertybus.je/cache/timetables/timetable_full.json > $directory/timetable_full.json
curl --silent -H "App-Key: A4E247A48AAF12BF2E97D9F346E56" https://admin.libertybus.je/api/v1/service_updates > $directory/service_updates.json