summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/live-helpers2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-helpers b/scripts/live-helpers
index 0ab36b9..13a8cec 100644
--- a/scripts/live-helpers
+++ b/scripts/live-helpers
@@ -1436,7 +1436,7 @@ activate_custom_mounts ()
then
# unions and don't need to be bootstrapped
# linkfiles dirs can't be bootstrapped in a sensible way
- mkdir "${source}"
+ mkdir -p "${source}"
chown --reference "${dest}" "${source}"
chmod --reference "${dest}" "${source}"
else