From 7de603e2d4bbff99882dce3727a70cf84393894b Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Fri, 1 Jul 2022 10:57:20 +0200 Subject: [PATCH] format the echos outputs better --- entrypoint.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 441dcf9..b5c83e6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -18,8 +18,8 @@ function print_container_info { function print_user_info { sepurator - echo "* USER: $USER ID: $UID" - echo "* GROUP: $USER GID: $GID" + echo "* USER: $USER - ID: $UID" + echo "* GROUP: $USER - GID: $GID" } function add_borg_user { @@ -113,9 +113,9 @@ function maintenance_enable { if [ -f "/crontab.txt" ]; then /usr/bin/crontab "/crontab.txt" /usr/sbin/crond -b - echo "* Crontab loaded successfully" + echo "- Crontab loaded successfully" else - echo "* Can not find /crontab.txt" + echo "- Can not find /crontab.txt" fi sepurator fi