From 69e308d420d88922bfb14596c75dbf99464cc4d3 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Tue, 19 Jan 2021 21:36:21 -0600 Subject: [PATCH] Split eula header into two lines of comments #728 - Found that https://github.com/Yoosk/ServerStarter hard coded expectation that eula property was on third line --- start-utils | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/start-utils b/start-utils index b461a836..81876838 100644 --- a/start-utils +++ b/start-utils @@ -145,7 +145,8 @@ requireVar() { } function writeEula() { - if ! echo "# Generated via Docker on $(date) + if ! echo "# Generated via Docker +# $(date) eula=${EULA,,} " >/data/eula.txt; then log "ERROR: unable to write eula to /data. Please make sure attached directory is writable by uid=${UID}"