Skip to content

Commit 52a1d6f

Browse files
authored
Merge pull request #22 from tekktrik/dev/dark-and-cache
Fix cronjob
2 parents 40c142a + 3117e94 commit 52a1d6f

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)