From 0a16470ec6abe71c0271640356890214ee04aae1 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 22 Sep 2023 12:51:45 +0200 Subject: [PATCH] wip #6269 --- Dockerfile | 2 +- bin/startup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f9195fd..8146bd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ ENV DEBIAN_FRONTEND=noninteractive RUN apt update && apt -y --no-install-recommends install rsync ssh cron RUN a2enmod headers -CMD exec /usr/local/bin/startup.sh \ No newline at end of file +CMD exec /usr/local/bin/startup \ No newline at end of file diff --git a/bin/startup b/bin/startup index d89382b..33428e5 100644 --- a/bin/startup +++ b/bin/startup @@ -1,3 +1,3 @@ -#/bin/sh +#!/bin/sh chmod 0644 /etc/crontab && crontab -u root /etc/crontab && /usr/sbin/cron /usr/bin/apache2-foreground \ No newline at end of file -- 2.39.5