From 061ae44da4b2b3084be7cb4f9cf1e97c5528a67d Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Mon, 6 Jul 2020 22:16:50 -0700 Subject: [PATCH] Fix indentation in macOS postinstall script --- package/macos-scripts/postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/macos-scripts/postinstall b/package/macos-scripts/postinstall index 686bde95..260749fc 100755 --- a/package/macos-scripts/postinstall +++ b/package/macos-scripts/postinstall @@ -3,7 +3,7 @@ dialogText=`osascript -e 'set dialogText to button returned of (display dialog "Installation complete. Start Tautulli?" buttons {"Start", "Close"})'`; if [[ $dialogText == 'Start' ]] then - open /Applications/Tautulli.app + open /Applications/Tautulli.app else exit 0; fi