From 63e0ab410aeb6cd815f13bff4642f42c87895c18 Mon Sep 17 00:00:00 2001 From: NEMS Linux Date: Sat, 23 Feb 2019 10:17:16 -0500 Subject: [PATCH] Output current progress during build --- init.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/init.php b/init.php index 1abbcad..2e92542 100644 --- a/init.php +++ b/init.php @@ -83,6 +83,13 @@ function resizeIframe(obj) {
+NEMS Linux ' . ver('nems') . ' is being compiled.'; + echo '

Current Build Script:
' . $build_cur . '

'; + } else { +?>

Your NEMS server is not yet initialized.

num == 0 || $platform->num == 1) { @@ -90,7 +97,9 @@ function resizeIframe(obj) { } else { echo '

SSH to your NEMS server (' . $ip . ') or open a browser-based terminal session and run:
sudo nems-init

'; } +} ?> +