Skip to content

Commit

Permalink
Added wait to stop hanging on slow systems
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyE123 committed Feb 12, 2017
1 parent 513e9b1 commit 29d4948
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions emby-server/emby-server-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ source $SCRIPTPATH/inc/app-install-deps.sh
source $SCRIPTPATH/inc/app-install.sh
source $SCRIPTPATH/inc/app-set-permissions.sh
source $SCRIPTPATH/inc/app-start.sh
echo "Waiting for $APPTITLE to finish initial setup"
sleep 30
echo "Now stop and start again"
source $SCRIPTPATH/inc/app-stop.sh
source $SCRIPTPATH/inc/app-start.sh
source $SCRIPTPATH/inc/app-install-confirmation.sh
source $SCRIPTPATH/inc/thankyou.sh
source $SCRIPTPATH/inc/exit.sh

0 comments on commit 29d4948

Please sign in to comment.