We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e135ee commit a487175Copy full SHA for a487175
example.cron.sh
@@ -4,7 +4,7 @@ HEADERS='{"X-API-Key": "xyz"}'
4
STARTPOINT="https://api.example.com/start"
5
ENDPOINT="https://api.example.com/end"
6
PASSWD=$(<$HOME/.haypass)
7
-CMD="./main.py --headers $HEADERS --startpoint $STARTPOINT --endpoint $ENDPOINT --key $PASSWD"
+CMD="./main.py --headers '$HEADERS' --startpoint $STARTPOINT --endpoint $ENDPOINT --key $PASSWD --verbose"
8
9
export USER_AGENT_COMMENT="I am @webjay"
10
export PATH=/opt/homebrew/bin:/usr/bin:/usr/local/bin:$PATH
0 commit comments