u
This commit is contained in:
@@ -81,9 +81,10 @@ deploy_file() {
|
|||||||
|
|
||||||
echo "<!> _src_path: ${_src_path}"
|
echo "<!> _src_path: ${_src_path}"
|
||||||
echo "<!> _trg_path: ${_trg_path}"
|
echo "<!> _trg_path: ${_trg_path}"
|
||||||
|
echo "<!> file_name_src: ${file_name_src}"
|
||||||
|
|
||||||
suffix1=".zip"
|
suffix1=".zip"
|
||||||
suffix=".tar.xz"
|
suffix2=".tar.xz"
|
||||||
if [[ ${file_name_src} == *$suffix1 ]] ; then
|
if [[ ${file_name_src} == *$suffix1 ]] ; then
|
||||||
# -o: overwrite without prompting
|
# -o: overwrite without prompting
|
||||||
echo "_src_path: ${_src_path}"
|
echo "_src_path: ${_src_path}"
|
||||||
|
|||||||
Reference in New Issue
Block a user