From 623a1b1bf78494c983e33611199f1a1bca648017 Mon Sep 17 00:00:00 2001 From: ars Date: Tue, 6 Oct 2020 18:04:17 +0100 Subject: fix typo --- getjson.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3