summaryrefslogtreecommitdiff
path: root/archsetup
diff options
context:
space:
mode:
Diffstat (limited to 'archsetup')
-rwxr-xr-xarchsetup2
1 files changed, 1 insertions, 1 deletions
diff --git a/archsetup b/archsetup
index 9133dd5..e7242ca 100755
--- a/archsetup
+++ b/archsetup
@@ -607,7 +607,7 @@ create_user () {
(mount -t tmpfs -o size=4G archsetup "$source_dir" >> "$logfile" 2>&1) || \
error "crash" "mounting the RAM disk for archsetup" "$?"
- (chown -R "$username":wheel "$(dirname "$source_dir")" >> "$logfile" 2>&1) || \
+ (chown -R "$username":wheel "$source_dir" >> "$logfile" 2>&1) || \
error "crash" "changing ownership of $source_dir" "$?"
}