Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
Notes re: shutting down the BBS.
Browse files Browse the repository at this point in the history
  • Loading branch information
echicken committed Apr 1, 2018
1 parent f2d0ab1 commit 7be4efb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mods/webv4-installer.js
Expand Up @@ -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.');
Expand Down Expand Up @@ -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');
Expand Down

0 comments on commit 7be4efb

Please sign in to comment.