Fixed issue
This commit is contained in:
parent
783b0cd08a
commit
a9a7e7269f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ ensureFullDiskAccess() {
|
||||||
if [ -d /Applications ] && [ -d /System ]; then
|
if [ -d /Applications ] && [ -d /System ]; then
|
||||||
if ! plutil -lint /Library/Preferences/com.apple.TimeMachine.plist > /dev/null ; then
|
if ! plutil -lint /Library/Preferences/com.apple.TimeMachine.plist > /dev/null ; then
|
||||||
logg star 'Opening Full Disk Access preference pane.. Grant full-disk access for the terminal you would like to run the provisioning process with.' && open "x-apple.systempreferences:com.apple.preference.security?Privacy_AllFiles"
|
logg star 'Opening Full Disk Access preference pane.. Grant full-disk access for the terminal you would like to run the provisioning process with.' && open "x-apple.systempreferences:com.apple.preference.security?Privacy_AllFiles"
|
||||||
logg prompt 'Press ENTER to check for Full Disk Access again' && read -rsn
|
logg prompt 'Press ENTER to check for Full Disk Access again' && read -r
|
||||||
ensureFullDiskAccess
|
ensureFullDiskAccess
|
||||||
else
|
else
|
||||||
logg success 'Current terminal has full disk access'
|
logg success 'Current terminal has full disk access'
|
||||||
|
|
Loading…
Reference in a new issue