Commit f9db2b6f authored by jayd1860's avatar jayd1860
Browse files

Forgot to stage setup to use finishInstallGUI

parent 69d26a84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ waitbar(iStep/nSteps, h); iStep = iStep+1;
pause(2);

% Check that everything was installed properly
% r = finishInstallGUI();
r = finishInstallGUI();

waitbar(nSteps/nSteps, h);
close(h);