From 642c7f965b77f6c825426169442576ec18b3fdb3 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Wed, 25 Jan 2023 10:36:43 +0000 Subject: [PATCH] Update file run_onchange_after_10-configure-macos.tmpl --- .../darwin/run_onchange_after_10-configure-macos.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/.chezmoiscripts/darwin/run_onchange_after_10-configure-macos.tmpl b/home/.chezmoiscripts/darwin/run_onchange_after_10-configure-macos.tmpl index 3ff1676f..52646792 100644 --- a/home/.chezmoiscripts/darwin/run_onchange_after_10-configure-macos.tmpl +++ b/home/.chezmoiscripts/darwin/run_onchange_after_10-configure-macos.tmpl @@ -9,6 +9,9 @@ logg info 'Applying optimized macOS settings' logg info 'A sudo password is required to apply some of the macOS optimizations.' sudo echo "Sudo access granted." +# Log commands +set +x + # Close any open System Preferences panes, to prevent them from overriding # settings we’re about to change osascript -e 'tell application "System Preferences" to quit'