This commit is contained in:
tuxwarrior
2024-04-30 21:49:15 -05:00
parent 206ca376a7
commit 21afe29777

View File

@@ -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}
}