diff --git a/bin/seagl-reprovision b/bin/seagl-reprovision index a01054e..aa96e28 100755 --- a/bin/seagl-reprovision +++ b/bin/seagl-reprovision @@ -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