Skip to content

Commit f83c1a1

Browse files
committed
Using cli for periodic preload - #238
1 parent da0d380 commit f83c1a1

File tree

1 file changed

+1
-3
lines changed
  • docker/overlay/etc/periodic/hourly

1 file changed

+1
-3
lines changed

docker/overlay/etc/periodic/hourly/preload

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ set -euo pipefail
88
#======================================================================================================================
99

1010
bf-write "Calling preload script." preload
11-
CODE=$(bf-test-url --return-status "http://localhost/preload")
12-
[[ "${CODE}" = "200" ]] && exit 0 \
13-
|| bf-write-error "Error executing preload (HTTP ${CODE})." preload
11+
ob preload

0 commit comments

Comments
 (0)