Skip to content

Commit

Permalink
Merge #68
Browse files Browse the repository at this point in the history
68: Rsync permissions r=Mic92 a=Mic92



Co-authored-by: Pogobanane <[email protected]>
  • Loading branch information
bors[bot] and pogobanane authored Feb 9, 2023
2 parents 9b1ebfc + 1d9ba4c commit 5b6fd8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nixos-anywhere.sh
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ fi
ssh_ <<SSH
set -efu ${enable_debug}
# needed for installation if initrd-secrets are used
mkdir -m777 -p /mnt/tmp
mkdir -p /mnt/tmp
chmod 777 /mnt/tmp
nixos-install --no-root-passwd --no-channel-copy --system "$nixos_system"
# We will reboot in background so we can cleanly finish the script before the hosts go down.
# This makes integration into scripts easier
Expand Down

0 comments on commit 5b6fd8f

Please sign in to comment.