From 11205e4906f11ac02b5329c3c119088c2e019a31 Mon Sep 17 00:00:00 2001 From: Peritia Date: Mon, 29 Dec 2025 12:04:21 +0100 Subject: [PATCH] update: add all bin to path --- minecraft/Scripts/minecraft-template-backup-routine.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/minecraft/Scripts/minecraft-template-backup-routine.sh b/minecraft/Scripts/minecraft-template-backup-routine.sh index 2934973..6876ec7 100644 --- a/minecraft/Scripts/minecraft-template-backup-routine.sh +++ b/minecraft/Scripts/minecraft-template-backup-routine.sh @@ -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