diff --git a/scripts/99_download.sh b/scripts/99_download.sh index 48c1d2b..51c9ee5 100644 --- a/scripts/99_download.sh +++ b/scripts/99_download.sh @@ -50,13 +50,8 @@ deploy_file() { _src_path=$1 _trg_path=$2 - echo "---" - echo $_src_path - echo $_trg_path - echo "---" - -# cp -f ${_src_path} ${_trg_path} -# chown ${user}:${user} ${_trg_path} + cp -f ${_src_path} ${_trg_path} + chown ${user}:${user} ${_trg_path} ls -al ${_trg_path} }