From 206ca376a7a3c3725fcd53a463b6caaaa8f0a066 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Tue, 30 Apr 2024 21:45:18 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 1bd4df6..e8d1e21 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -57,7 +57,6 @@ deploy_file() { _src_path=$1 _trg_path=$2 - mkdir -p ${_trg_path} cp -f ${_src_path} ${_trg_path} chown ${user}:${user} ${_trg_path}