bug copying solved + env

This commit is contained in:
Your Name
2026-06-03 18:52:01 +02:00
parent 04c006937c
commit fb7450d264
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ src="$(readlink -f "$src")"
find "$src" -type f | while IFS= read -r f; do find "$src" -type f | while IFS= read -r f; do
rel="${f#$src/}" rel="${f#$src/}"
target="$dst/$rel" target="$dst$rel"
# ensure parent dir exists (but never replace dirs) # ensure parent dir exists (but never replace dirs)
mkdir -p "$(dirname "$target")" mkdir -p "$(dirname "$target")"
+3 -1
View File
@@ -13,8 +13,10 @@ LOG_CONN_DIR=/var/log/tcpd
LOG_CONN=$LOG_CONN_DIR/lasts.log LOG_CONN=$LOG_CONN_DIR/lasts.log
NET_STATUS=/tmp/status.txt NET_STATUS=/tmp/status.txt
SSH=177 SSH=177
IAMUTOPIST=128.65.199.189
GITEA=83.228.210.97 GITEA=83.228.210.97
REPRO=83.228.247.250
FAIRPOLL=128.65.199.13
JOURNAL_DIR=$HOME/journal JOURNAL_DIR=$HOME/journal
PERSO_DIR=$HOME/perso PERSO_DIR=$HOME/perso