fix log output format

This commit is contained in:
Robert Kaussow 2019-10-05 15:33:17 +02:00
parent 810781b7d9
commit 8aa69f8e60
1 changed files with 1 additions and 1 deletions

View File

@ -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