Skip to content

Commit

Permalink
keep plist off of stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
abathur committed Oct 23, 2020
1 parent c1ef205 commit 980efc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-darwin-volume.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ main() {

if ! test_voldaemon; then
echo "Configuring LaunchDaemon to mount '$volume'..." >&2
generate_mount_daemon | sudo tee /Library/LaunchDaemons/org.nixos.darwin-store.plist
generate_mount_daemon | sudo tee /Library/LaunchDaemons/org.nixos.darwin-store.plist >/dev/null

sudo launchctl load /Library/LaunchDaemons/org.nixos.darwin-store.plist

Expand Down

0 comments on commit 980efc7

Please sign in to comment.