From cad3690da319cc5417f6949a0b967b664915151c Mon Sep 17 00:00:00 2001 From: damage Date: Sun, 27 Aug 2023 21:44:51 +0200 Subject: [PATCH] show selected config (was cleared prior) --- s3h.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/s3h.sh b/s3h.sh index 968e0a6..88ff667 100755 --- a/s3h.sh +++ b/s3h.sh @@ -51,8 +51,6 @@ while [[ -z "$configFile" ]]; do fi done -echo "config file '$configFile' selected. connecting..." - # read config file and connect if [[ -f "$configFile" ]]; then # each line equals one config option @@ -63,6 +61,7 @@ if [[ -f "$configFile" ]]; then # clear screen // remove dialog colors clear + echo "config file '$configFile' selected. connecting..." # execute ssh ssh ${para[@]} `basename "$configFile"`