From 2b840cfa38dd6acc9cf19f5261ee3ce2756dbcf8 Mon Sep 17 00:00:00 2001 From: echicken <echicken@bbs.electronicchicken.com> Date: Sun, 1 Apr 2018 14:41:13 -0400 Subject: [PATCH] Notes re: shutting down the BBS. --- mods/webv4-installer.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mods/webv4-installer.js b/mods/webv4-installer.js index 31168111d0..fa79a6796e 100644 --- a/mods/webv4-installer.js +++ b/mods/webv4-installer.js @@ -175,7 +175,8 @@ if (system.version_num < 31700) { exit(); } -write('\r\nIt is strongly recommended that you back up your BBS before proceeding.\r\n\r\n'); +write('\r\nIt is strongly recommended that you back up your BBS before proceeding.\r\n'); +write('\r\nIf this is a new intallation, you must also shut down your BBS now.\r\n\r\n'); if (deny('Proceed with installation/update')) { writeln('Install/update aborted. Exiting.'); @@ -251,7 +252,7 @@ if (!update_sbbs_ini(root_directory, error_directory)) { } else { write('\r\n---\r\n\r\n'); writeln('Install/update complete.'); - writeln('Changes will take effect once your BBS has been restarted.'); + writeln('If you shut down your BBS, you can restart it now.'); writeln('For additional configuration and customization steps,'); writeln('visit https://github.com/echicken/synchronet-web-v4'); write('\r\n\r\n---\r\n\r\n'); -- GitLab