Browse Source

fixed setup-tor link in menu

main
deicidus 2 years ago
parent
commit
63eb7c3d6d
  1. 2
      spells/menu/mud-install-menu

2
spells/menu/mud-install-menu

@ -7,7 +7,7 @@
SCRIPT_DIR=$( cd ${0%/*} && pwd -P )
display_menu() {
tor="Set up tor hidden service%$SCRIPT_DIR/../installers/setup/tor"
tor="Set up tor hidden service%$SCRIPT_DIR/../installers/setup-tor"
exit="Exit%kill -2 $$" # Commands are run with 'eval' by the menu script, so we can't simply say 'exit'. The keyword $$ gets this scripts PID and the -2 code is SIGINT aka Ctrl-C
menu "MUD main menu:" "$tor" "$exit"

Loading…
Cancel
Save