1
0
mirror of https://github.com/Tautulli/Tautulli.git synced 2025-03-12 04:35:40 -07:00

Fix indentation in macOS postinstall script

This commit is contained in:
JonnyWong16 2020-07-06 22:16:50 -07:00
parent a8b90bf100
commit 061ae44da4
No known key found for this signature in database
GPG Key ID: B1F1F9807184697A

@ -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