File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ RUN echo "mongodb-org hold" | dpkg --set-selections \
4343RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh \
4444&& bash ~/miniconda.sh -b -p /miniconda-latest
4545
46-
47-
4846# Setup Cron
4947COPY ./bin/ee2_cronjobs /etc/cron.d/ee2_cronjobs
5048
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ if [ $# -eq 0 ]; then
2121 # Save ENV Variables to file for cron and Remove _=/usr/bin/env
2222 envsubst < /kb/module/bin/cron_vars > /etc/environment
2323 chmod a+rw /etc/environment
24- # /usr/sbin/cron: (*system*) NUMBER OF HARD LINKS > 1
25- touch /etc/cron.d/ee2_cronjobs && service cron start
24+ # Start cron and fix /usr/sbin/cron: (*system*) NUMBER OF HARD LINKS > 1
25+ cron && touch /etc/cron.d/ee2_cronjobs
2626 sh ./scripts/start_server.sh
2727
2828elif [ " ${1} " = " test" ]; then
You can’t perform that action at this time.
0 commit comments