From a7565d7b153accc91f0ac326cb437687f9607a2b Mon Sep 17 00:00:00 2001 From: Kload Date: Mon, 21 Apr 2014 12:41:42 +0200 Subject: [PATCH] [fix] Post-install timeout + admin redirection url --- js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index 1b93faf7..4f5dab3e 100644 --- a/js/app.js +++ b/js/app.js @@ -94,7 +94,7 @@ app = Sammy('#main', function (sam) { setInterval(function () { installing = true; - }, 6000); + }, 2500); $('#popup-title').text('Installing'); $('#popup-body').html('

YunoHost is being installed on '+ data.domain +'. It may take a few minutes ...



'); @@ -146,7 +146,7 @@ app = Sammy('#main', function (sam) { } setInterval(function () { $('#popup-title').text('Installation complete'); - $('#popup-body').html('

YunoHost has been successfully installed, please go to https://'+ args.domain +'/ynhadmin.


Not working ?

'); + $('#popup-body').html('

YunoHost has been successfully installed, please go to https://'+ args.domain +'/yunohost/admin and create your first user.


Not working ?

'); }, interval); } else { $('#popup').modal('hide');