From 729124e985c66f729b33e5843fd345ec32933a1c Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 30 May 2025 09:52:52 +0900 Subject: [PATCH] change string for init line --- screen_init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screen_init.sh b/screen_init.sh index a62fb67..4c968fd 100755 --- a/screen_init.sh +++ b/screen_init.sh @@ -111,7 +111,7 @@ do # for the first screen, we need to init the screen and only set title # for the rest we set a new screen with title if [ $pos -eq 1 ]; then - printf "-==> * INIT screen with title '%s'\n" "$SCREEN_NAME"; + printf "===> * INIT screen with title '%s'\n" "$SCREEN_NAME"; screen -dmS "$SCREEN_NAME"; # set title for the first screen -r "$SCREEN_NAME" -p $SCREEN_POS -X title "$SCREEN_TITLE";