directory fix variable fix (caps issue)

This commit is contained in:
2026-03-04 07:24:16 +01:00
parent 5cc5a11371
commit 38e5d938fe

View File

@@ -8,7 +8,7 @@ if [[ "$EUID" -ne 0 ]]; then
fi
#set script directory
ScriptDir="$(dirname "$(realpath "$0")")"
scriptdir="$(dirname "$(realpath "$0")")"
# recursive replace function
replace_string_recursive() {