Skip to content

Commit

Permalink
remove ftn.cfg from upgraded files in installer
Browse files Browse the repository at this point in the history
fix small typo in readme
fix bug in Config Editor menu handling in acp
  • Loading branch information
dmcoles committed Jan 2, 2024
1 parent 7396361 commit 3c95eaf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions ACP.e
Original file line number Diff line number Diff line change
Expand Up @@ -4316,18 +4316,18 @@ PROC main() HANDLE
->quit menu item
IF(menunum(im.code)=0) AND (itemnum(im.code)=6) THEN attemptShutdown()

IF(menunum(im.code)=1) AND (itemnum(im.code)=14)
IF FileLength(AX_SETUP_TOOL)>=0 THEN Execute(AX_SETUP_TOOL,0,0)
ENDIF

IF(menunum(im.code)=1)
i:=button
button:=0
menuSelect:=TRUE
handleEditGadget(NIL,GAD_SYSOPLOGIN+itemnum(im.code))
handleEditGadget(NIL,GAD_NODES+subnum(im.code))
button:=i
menuSelect:=FALSE
IF(menunum(im.code)=1)
IF (itemnum(im.code)=14)
IF FileLength(AX_SETUP_TOOL)>=0 THEN Execute(AX_SETUP_TOOL,0,0)
ELSE
i:=button
button:=0
menuSelect:=TRUE
handleEditGadget(NIL,GAD_SYSOPLOGIN+itemnum(im.code))
handleEditGadget(NIL,GAD_NODES+subnum(im.code))
button:=i
menuSelect:=FALSE
ENDIF
ENDIF
IF(menunum(im.code)=2)
num:=itemnum(im.code)
Expand Down
2 changes: 1 addition & 1 deletion deployment/Install Ami-Express
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
(confirm "expert")
(source "AmiExpress/AmiExpress/Utils")
(dest "BBS:Utils")
(pattern "~(rexxdoor|qwk.cfg)")
(pattern "~(rexxdoor|qwk.cfg|ftn.cfg)")
)

( complete 80)
Expand Down
2 changes: 1 addition & 1 deletion deployment/read_me.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
| The default bbs also contains some useful doors that are typically used |
| on every Ami-Express bbs eg AquaScan and FileDescription. |
| |
| This verison of /X comes with both rexxdoor 1.3 and 2.2 - If you have 10 |
| This version of /X comes with both rexxdoor 1.3 and 2.2 - If you have 10 |
| nodes or more you *MUST* use 2.2 - new installations will be configured |
| to use the newer version but upgrades will leave the the setup unaltered. |
| |
Expand Down

0 comments on commit 3c95eaf

Please sign in to comment.