fix: Create /var/roothome to fix any issues with adding files to /root

This commit is contained in:
Gerald Pinder 2024-04-16 15:02:42 -04:00
parent 2c1d1b9473
commit 9fb2aa1eb9

View file

@ -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