File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
- // $Id: init-fidonet.js,v 1.27 2020/04/18 05:55:49 rswindell Exp $
1
+ // $Id: init-fidonet.js,v 1.28 2020/04/19 19:43:48 rswindell Exp $
2
2
3
3
// Initial FidoNet setup script - interactive, run via JSexec or ;exec
4
4
22
22
23
23
"use strict" ;
24
24
25
- const REVISION = "$Revision: 1.27 $" . split ( ' ' ) [ 1 ] ;
25
+ const REVISION = "$Revision: 1.28 $" . split ( ' ' ) [ 1 ] ;
26
26
var netname ;
27
27
var netdns ;
28
28
var netzone = parseInt ( argv [ 0 ] , 10 ) ;
@@ -763,4 +763,9 @@ if(your.node == 9999) {
763
763
print ( "See your 'Events' log output for outbound BinkP connections." ) ;
764
764
print ( "See your 'Services' log output for inbound BinkP connections." ) ;
765
765
print ( "Use exec/echocfg for follow-up FidoNet-related configuration." ) ;
766
+ if ( ! this . jsexec_revision ) {
767
+ print ( ) ;
768
+ print ( "It appears you have run this script from the BBS. You must log-off now for the" ) ;
769
+ print ( "server to recycle and configuration changes to take effect." ) ;
770
+ }
766
771
exit ( 0 ) ;
Original file line number Diff line number Diff line change 1
- // $Id: install-xtrn.js,v 1.11 2020/04/19 02:09:02 rswindell Exp $
1
+ // $Id: install-xtrn.js,v 1.12 2020/04/19 19:43:48 rswindell Exp $
2
2
3
3
// Installer for Synchronet External Programs
4
4
87
87
88
88
"use strict" ;
89
89
90
- const REVISION = "$Revision: 1.11 $" . split ( ' ' ) [ 1 ] ;
90
+ const REVISION = "$Revision: 1.12 $" . split ( ' ' ) [ 1 ] ;
91
91
const ini_fname = "install-xtrn.ini" ;
92
92
93
93
load ( "sbbsdefs.js" ) ;
@@ -441,4 +441,9 @@ if(installed > 0) {
441
441
print ( "Requesting Synchronet recycle (configuration-reload)" ) ;
442
442
if ( ! file_touch ( system . ctrl_dir + "recycle" ) )
443
443
alert ( "Recycle semaphore file update failure" ) ;
444
+ if ( ! this . jsexec_revision ) {
445
+ print ( ) ;
446
+ print ( "It appears you have run this script from the BBS. You must log-off now for the" ) ;
447
+ print ( "server to recycle and configuration changes to take effect." ) ;
448
+ }
444
449
}
You can’t perform that action at this time.
0 commit comments