Skip to content

Commit

Permalink
sequoia-nixbld-user-migration: halt on error
Browse files Browse the repository at this point in the history
Addressing user feedback about a case where actions the script takes
may fail without a specific permission if run over SSH.
  • Loading branch information
abathur committed Sep 11, 2024
1 parent 46339db commit 51a01aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/sequoia-nixbld-user-migration.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -eo pipefail

((NEW_NIX_FIRST_BUILD_UID=351))
((TEMP_NIX_FIRST_BUILD_UID=31000))

Expand Down

0 comments on commit 51a01aa

Please sign in to comment.