Skip to content

Commit f3b869e

Browse files
committed
typo
1 parent bfee2bf commit f3b869e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

33
# Cron schedule is set by compose or build files
4-
echo "$CRON_SCHEDULE apt add --upgrade yt-dlp && cd /opt/explo && ./explo >> /proc/1/fd/1 2>&1" > /etc/crontabs/root
4+
echo "$CRON_SCHEDULE apk add --upgrade yt-dlp && cd /opt/explo && ./explo >> /proc/1/fd/1 2>&1" > /etc/crontabs/root
55

66
crond -f -l 2

0 commit comments

Comments
 (0)