From 3bc6afc318b230c012eb7c2bcd04e4597b6d30c7 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Sun, 26 Jul 2026 19:25:09 +0500 Subject: [PATCH] Shell linting. --- start-innd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-innd.sh b/start-innd.sh index 6774a6f..de44a48 100755 --- a/start-innd.sh +++ b/start-innd.sh @@ -12,6 +12,6 @@ if [ ! -d "/inn2/spool/articles" ]; then cp -r /inn2/spool-default/* /inn2/spool fi -cd /inn2 +cd /inn2 || exit 1 /inn2/bin/innd -f