From f18b968859757043dbe52d37e0f46853b89b8c98 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Tue, 30 Apr 2024 21:09:18 -0500 Subject: [PATCH] u --- scripts/99_download.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/99_download.sh b/scripts/99_download.sh index 587afbf..f0990d6 100644 --- a/scripts/99_download.sh +++ b/scripts/99_download.sh @@ -50,8 +50,8 @@ deploy_file() { _src_path=$1 _trg_path=$2 - 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} }