This commit is contained in:
tuxwarrior
2024-04-30 21:14:23 -05:00
parent 81c5a104a3
commit 413da7a6d5

View File

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