u
This commit is contained in:
@@ -89,7 +89,7 @@ deploy_file() {
|
||||
echo "un-taring '${_src_path}'"
|
||||
tar -xf ${_src_path} -C ${_trg_path}
|
||||
else
|
||||
echo "copying '${_src_path}'"
|
||||
echo "copying '${_src_path}' to '${_trg_path}'"
|
||||
# -f (--force): overwrite without confirmation
|
||||
cp --force --recursive ${_src_path} ${_trg_path}
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user