From c84085236d14c880d14853276f78226a5b44b798 Mon Sep 17 00:00:00 2001 From: PedoDeveloper Date: Wed, 13 Nov 2024 11:52:26 +0000 Subject: [PATCH] Fixed spacing --- modules/archive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/archive.sh b/modules/archive.sh index 7c3196b..6b03678 100755 --- a/modules/archive.sh +++ b/modules/archive.sh @@ -1,11 +1,11 @@ #!/bin/bash # This script packs a file or directory into a 7z archive with the given password. # It can (optionally) split the archives into volumes of a fixed size in megabytes. + source functions.sh set -euo pipefail - cleanup() { local archive_name="$1" rm -f "${archive_name}"*