trigger-batch to record in deadswitch and copy file after.
This commit is contained in:
@@ -24,6 +24,7 @@ else
|
||||
filename=$1
|
||||
fi
|
||||
|
||||
# Thinking about it, the whole lot below could probably be done directly in JQ much faster and easier -- I'll maybe re-work that at some point.
|
||||
echo "$(date +%Y%m%d%H%M%S): - Processing JSON data into SQL Providerfile"
|
||||
singleObjJSON=
|
||||
objNestLevel=0 # used to determine the end over ever Object "record" in the input JSON.
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
curl -s -d "" -X POST "https://deadswitch.kawomi.com/api/v1?topic=kcc.process.recordAppInsights&secs=86500&email=joe.tretter@kcc.com"
|
||||
C:\cygwin64\bin\sh.exe -li ~/RecordAppInsights/recordAppInsights.sh
|
||||
copy /y db.sqlite3 \\ustca239\JoesHop\TipsPerfDB\
|
||||
Reference in New Issue
Block a user