mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 05:01:14 -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"})'`;
|
dialogText=`osascript -e 'set dialogText to button returned of (display dialog "Installation complete. Start Tautulli?" buttons {"Start", "Close"})'`;
|
||||||
if [[ $dialogText == 'Start' ]]
|
if [[ $dialogText == 'Start' ]]
|
||||||
then
|
then
|
||||||
open /Applications/Tautulli.app
|
open /Applications/Tautulli.app
|
||||||
else
|
else
|
||||||
exit 0;
|
exit 0;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue