Skip to content

Commit

Permalink
added shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
LumePart committed Oct 26, 2024
1 parent c151e1d commit 651606c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/start.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

# Cron schedule is set by compose or build files
echo "$CRON_SCHEDULE cd /opt/explo && ./explo >> /proc/1/fd/1 2>&1" > /etc/crontabs/root

Expand Down

0 comments on commit 651606c

Please sign in to comment.