This commit is contained in:
tuxwarrior
2024-04-30 21:16:01 -05:00
parent 413da7a6d5
commit 77871a7ad8
2 changed files with 4 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ deploy_file() {
cp -f ${_src_path} ${_trg_path}
chown ${user}:${user} ${_trg_path}
echo ""
echo "${_trg_path}:"
ls -al ${_trg_path}
}