update: add all bin to path
This commit is contained in:
parent
91645a788b
commit
11205e4906
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue