From e1e4fd2c02a186fbaaa90d3bf8fae3d53c25b839 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Fri, 3 Mar 2017 11:03:14 -0600 Subject: [PATCH] fix typo in startup.sh --- files/bin/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/bin/startup.sh b/files/bin/startup.sh index f76a3762..b590209c 100644 --- a/files/bin/startup.sh +++ b/files/bin/startup.sh @@ -20,4 +20,4 @@ touch /var/log/cron.log /usr/sbin/crond #from intermediate container's CMD directive -CMD ["/opt/bin/start.sh"] \ No newline at end of file +/opt/bin/start.sh