about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2017-07-14T10·28-0400
committerGraham Christensen <graham@grahamc.com>2017-07-14T16·11-0400
commite0d39c8dc47af203ef0647c277e0e26f3b9176d4 (patch)
treeca02e7f35a6348de3b767e1d556c56d11ed106a7 /scripts
parent12f6bb33d2cf56e8adf482950734a9af5f78a496 (diff)
Rename PINCH_ME_IM_SILLY to ALLOW_PREEXISTING_INSTALLATION
Diffstat (limited to 'scripts')
-rw-r--r--scripts/install-darwin-multi-user.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/install-darwin-multi-user.sh b/scripts/install-darwin-multi-user.sh
index cde40a7f25e8..a2e120bf8625 100644
--- a/scripts/install-darwin-multi-user.sh
+++ b/scripts/install-darwin-multi-user.sh
@@ -417,8 +417,8 @@ setup_report() {
     row "     Build Users" "$NIX_USER_COUNT"
     row "  Build Group ID" "$NIX_BUILD_GROUP_ID"
     row "Build Group Name" "$NIX_BUILD_GROUP_NAME"
-    if [ "${PINCH_ME_IM_SILLY:-}" != "" ]; then
-        row "       Silliness" "Very Silly"
+    if [ "${ALLOW_PREEXISTING_INSTALLATION:-}" != "" ]; then
+        row "Preexisting Install" "Allowed"
     fi
 
     subheader "build users:"
@@ -777,7 +777,7 @@ main() {
     welcome_to_nix
     chat_about_sudo
 
-    if [ "${PINCH_ME_IM_SILLY:-}" = "" ]; then
+    if [ "${ALLOW_PREEXISTING_INSTALLATION:-}" = "" ]; then
         validate_starting_assumptions
     fi