fix: Create /var/roothome to fix any issues with adding files to /root
This commit is contained in:
parent
2c1d1b9473
commit
9fb2aa1eb9
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue