From 21afe297777cb807829c67a075456074d6b8b0b5 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Tue, 30 Apr 2024 21:49:15 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index e8d1e21..2a4ece5 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -60,8 +60,10 @@ deploy_file() { cp -f ${_src_path} ${_trg_path} chown ${user}:${user} ${_trg_path} + file_name=$(basename ${_trg_path}) + echo "" - echo "${_trg_path}:" + echo "${file_name}:" ls -al ${_trg_path} }