From bf045a2f93d09e2f55058134fa1d4b32cfd08c8b Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Mon, 6 May 2024 07:24:56 -0500 Subject: [PATCH] + list ssh dir --- dots/bin/deploySshKeys.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dots/bin/deploySshKeys.sh b/dots/bin/deploySshKeys.sh index ae52fc6..7696c4b 100755 --- a/dots/bin/deploySshKeys.sh +++ b/dots/bin/deploySshKeys.sh @@ -47,3 +47,6 @@ else echo "no worries. you can manually decrypt the file, if needed:" echo "gpg -d id_rsa.gpg > id_rsa" fi + +echo "${trg_ssh_dir}:" +ls -al ${trg_ssh_dir}