#!/bin/bash # jjourney 12-2018 # try and help with updating fv password # diskutil apfs changePassphrase $disk -user $GUID # error messages CONTACT_IT="" NEW_PASSWORD_MESSAGE="" OLD_PASSWORD_MESSAGE="" INCORRECT_PASSWORD_MESSAGE="" SUCCESS_MESSAGE="" # applescript # # template: ########### Title - "$2" ############ # # # Text to display - "$1" # # # # [Default response - "$5"] # # # # (B1 "$3") (B2 "$4") # <- Button 2 default ##################################### function simpleInput() { osascript <