Skip to content

Commit 2b6cf9c

Browse files
committed
remove unneeded flags and add a newline in the crontab.txt
1 parent 746f7b1 commit 2b6cf9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ COPY crontab.txt /etc/crontabs/root
66
RUN chmod 0644 /etc/crontabs/root
77

88
# Alpine-n crond zuzenean deitu dezakegu
9-
CMD ["crond", "-f", "-l", "2"]
9+
CMD ["crond", "-f"]

crontab.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* * * * * echo "Defektuzko cron konfigurazioa erabiltzen zaude. Zure cron lanak ez dira exekutatuko." > /proc/1/fd/1 2>&1
1+
* * * * * echo "Defektuzko cron konfigurazioa erabiltzen zaude. Zure cron lanak ez dira exekutatuko." > /proc/1/fd/1 2>&1

0 commit comments

Comments
 (0)