From 1a351ea5cbcaa00d80159d06d12028713547353f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Mon, 18 Dec 2023 21:17:23 +0100 Subject: [PATCH] bsh: Re-pro-du-ci-ble --- hm/scripts/bsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm/scripts/bsh b/hm/scripts/bsh index be6ef6a..dc1780a 100755 --- a/hm/scripts/bsh +++ b/hm/scripts/bsh @@ -48,7 +48,7 @@ then # TODO Do not remove unless last one connected # Crafting command - b64="$(cd "$CACHE_DIR"; tar czf - "$FOLDER_NAME" | base64 -w 0)" + b64="$(cd "$CACHE_DIR"; tar czf - --sort=name "$FOLDER_NAME" | base64 -w 0)" echo "echo $b64|base64 -d|tar xzC /tmp" > "${CACHE_DIR}/cmd" # Due to magic, if the last command executed is bash, it disappears from the list of processes echo "sh ${DEST}/e" >> "${CACHE_DIR}/cmd"