From aaaa6b909d4ec080d17728374e826fbfad17c674 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Mon, 16 Aug 2021 21:40:40 +0100 Subject: [PATCH] re-enabled enabling/disabled services --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index bf419b6..5b18ca3 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,7 +6,7 @@ function write_file() { while read line; do first_char=${line:0:1} - first_vers=$(line:0:7) + first_vers=${line:0:7} if [[ $first_vers == "Version" ]]; then line="# This is the sample config file for MailAutoConf "$line elif [[ $first_char != "#" ]]; then