Skip to content

Commit

Permalink
Clarify reprovision warning text
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Oct 13, 2024
1 parent 246b4bc commit d6f42c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/seagl-reprovision
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail
set -x

if ! zenity --question --icon=dialog-warning --text='Are you sure you wish to reprovision from scratch? This will immediately reboot the system and may take multiple minutes.\n\nReprovisioning will NOT change the OS image.'; then
if ! zenity --question --icon=dialog-warning --text='Are you sure you wish to reprovision from scratch? This will immediately reboot the system and may take multiple minutes.\n\nReprovisioning will NOT change the OS image or mutate ostree settings.'; then
echo aborting reprovision due to user response 1>&2
exit 1
fi
Expand Down

0 comments on commit d6f42c3

Please sign in to comment.