From 82919d3c1d49816e963e7aa2c00fc85f7c9b2e7b Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sat, 20 Jun 2020 23:46:30 -0700 Subject: [PATCH] Fix indent 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 c91c9df9..686bde95 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