Skip to content

Commit 3117e94

Browse files
committed
Fix cronjob
1 parent fffa363 commit 3117e94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/schedule_cache.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# SPDX-License-Identifier: MIT
44

55
REPOPATH=$(realpath .)
6-
JOBNAME=$(echo "$REPOPATH" | xargs basename)
7-
STATICPATH="$REPOPATH/flash_app/static"
6+
SCRIPTPATH="$REPOPATH/scripts/graphql.py"
87
COMMAND="50 23 * * * python $SCRIPTPATH $REPOPATH"
8+
JOBNAME=$(echo "$REPOPATH" | xargs basename)
99

1010
cronberry enter "Cache cards for $JOBNAME" "$COMMAND" --overwrite

0 commit comments

Comments
 (0)