From 8aa69f8e607e4668b13f437cc570661a4b2c87ad Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 5 Oct 2019 15:33:17 +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 3b069a4..e1f1b40 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" + echo "Result: success\n\n" fi if [ -f "/var/www/app/data/do-install.txt" ]; then