From 15b6b03fb41589b5d5626a26ab9ef3ca84541b8d Mon Sep 17 00:00:00 2001 From: casperklein Date: Sun, 18 Aug 2024 11:36:49 +0200 Subject: [PATCH] small adjustments --- target/scripts/start-mailserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/scripts/start-mailserver.sh b/target/scripts/start-mailserver.sh index 46d54c70..f6ceadf5 100755 --- a/target/scripts/start-mailserver.sh +++ b/target/scripts/start-mailserver.sh @@ -4,7 +4,7 @@ # Without 'pipefail', the exit status of a pipeline is determined by the exit status of the last command in the pipeline. set -o pipefail -# allows usage of '**' in patterns, e.g. ls **/* +# Allows the usage of '**' in patterns, e.g. ls **/* shopt -s globstar # ------------------------------------------------------------