From a4a818721ad3a01f99616844b082b66528039ba6 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 31 Jan 2024 18:02:52 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- .pct-helpers | 3 +-- ssh/make.sh | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.pct-helpers b/.pct-helpers index 97470e2..17deb18 100644 --- a/.pct-helpers +++ b/.pct-helpers @@ -296,8 +296,7 @@ reviewApplyChanges(){ local file=$1 echo "# Review updated: ${file}.new:" @ cat ${file}.new - echo - # XXX add option to edit... + echo '---' local res while true ; do read -ep "# [a]pply, [e]dit, [s]kip? " res diff --git a/ssh/make.sh b/ssh/make.sh index 00e78f4..d831834 100755 --- a/ssh/make.sh +++ b/ssh/make.sh @@ -1,5 +1,9 @@ #!/usr/bin/bash #---------------------------------------------------------------------- +# +# XXX disable password login... +# +#---------------------------------------------------------------------- cd $(dirname $0) PATH=$PATH:$(dirname "$(pwd)")