From 63eb7c3d6dbd167ed8401cd7abe540f3332c8dba Mon Sep 17 00:00:00 2001 From: deicidus Date: Thu, 19 Jan 2023 12:52:39 -0800 Subject: [PATCH] fixed setup-tor link in menu --- spells/menu/mud-install-menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spells/menu/mud-install-menu b/spells/menu/mud-install-menu index 60b0edc..f6bb174 100644 --- a/spells/menu/mud-install-menu +++ b/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"