Fixed broken source statement

This commit is contained in:
PedoDeveloper 2024-11-13 12:13:26 +00:00
parent f897c8c2a5
commit ee40a3b439

View file

@ -2,7 +2,7 @@
# 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
source "$(dirname "$0")/../includes/functions.sh"
set -euo pipefail