Skip to content

Commit cb220d4

Browse files
committed
Removing silent flag
1 parent 0515eb6 commit cb220d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
mkdir -p /root/.cache
55

66
(crontab -l 2>/dev/null; echo "PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin") | crontab -
7-
(crontab -l 2>/dev/null; echo "*/5 * * * * sleep 9 ; curl -s http://sync.afraid.org/u/$1/ >> /proc/1/fd/1 2>&1") | crontab -
7+
(crontab -l 2>/dev/null; echo "*/5 * * * * sleep 9 ; curl http://sync.afraid.org/u/$1/ >> /proc/1/fd/1 2>&1") | crontab -
88

99
# Start crond in foreground
1010
crond -f

0 commit comments

Comments
 (0)