From 9fb2aa1eb92efa2f2815dfddbc9549f773d68a54 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Tue, 16 Apr 2024 15:02:42 -0400 Subject: [PATCH] fix: Create /var/roothome to fix any issues with adding files to /root --- exports.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exports.sh b/exports.sh index 9f229aa..a7a0637 100644 --- a/exports.sh +++ b/exports.sh @@ -24,3 +24,5 @@ export OS_VERSION=$(grep -Po "(?<=VERSION_ID=)\d+" /usr/lib/os-release) # Export functions for use in sub-shells or sourced scripts export -f get_yaml_array +mkdir -p /var/roothome +