From dcf15efe7bc6fa7d50f37505564993ec67508db2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 5 Oct 2019 16:20:38 +0200 Subject: [PATCH] fix log output format --- overlay/usr/local/bin/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/usr/local/bin/entrypoint.sh b/overlay/usr/local/bin/entrypoint.sh index e1f1b40..808a3f4 100755 --- a/overlay/usr/local/bin/entrypoint.sh +++ b/overlay/usr/local/bin/entrypoint.sh @@ -27,7 +27,7 @@ if [ "${FRESHRSS_DEFAULT_USER}" ]; then ;; esac fi - echo "Result: success\n\n" + printf "Result: success\n\n" fi if [ -f "/var/www/app/data/do-install.txt" ]; then