mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-05 20:51:15 -07:00
Fix indentation in macOS postinstall script
This commit is contained in:
parent
a8b90bf100
commit
061ae44da4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue