update: add all bin to path

This commit is contained in:
Peritia 2025-12-29 12:04:21 +01:00
parent 91645a788b
commit 11205e4906

View file

@ -48,6 +48,13 @@ find_cmd="$FIND_BIN"
# So you can easily just switch out the "*_cmd" with the "normal" name
# Extend PATH with all injected binaries so we can call them directly
for bin in \
"$RSYNC_BIN" \
"$MCSTATUS_BIN" \
"$MCRCON_BIN" \
"$AWK_BIN" \
"$TAR_BIN" \
"$ZIP_BIN" \
"$UNZIP_BIN" \
"$GZIP_BIN" \
"$ZSTD_BIN" \
"$PV_BIN" \
@ -62,6 +69,8 @@ done
# Defaults
REBOOT=false
SLEEP_TIME=0