diff options
Diffstat (limited to 'tdf-postinst-udeb/finish-install.d/07tdf-postinst')
-rwxr-xr-x | tdf-postinst-udeb/finish-install.d/07tdf-postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tdf-postinst-udeb/finish-install.d/07tdf-postinst b/tdf-postinst-udeb/finish-install.d/07tdf-postinst index dad9219..f8c0da2 100755 --- a/tdf-postinst-udeb/finish-install.d/07tdf-postinst +++ b/tdf-postinst-udeb/finish-install.d/07tdf-postinst @@ -91,6 +91,7 @@ fi if [ -d /target/etc/salt ]; then in-target sh -c ' + HOME="$(echo ~root)" pkidir="/etc/salt/pki/minion" mkdir -p -m0700 "$pkidir" |