This commit is contained in:
tuxwarrior
2024-04-30 21:45:18 -05:00
parent 3daead9290
commit 206ca376a7

View File

@@ -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}