From 413da7a6d577234e4ce87dad4c79176ead357701 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Tue, 30 Apr 2024 21:14:23 -0500 Subject: [PATCH] u --- scripts/99_download.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/99_download.sh b/scripts/99_download.sh index 51c9ee5..7f199fd 100644 --- a/scripts/99_download.sh +++ b/scripts/99_download.sh @@ -52,6 +52,8 @@ deploy_file() { cp -f ${_src_path} ${_trg_path} chown ${user}:${user} ${_trg_path} + + echo "${_trg_path}:" ls -al ${_trg_path} }