From 2a20f5ec76b9db4f4b4846336da10c6871f85cd6 Mon Sep 17 00:00:00 2001 From: Blueprint Coding Date: Wed, 4 Sep 2024 16:38:05 -0600 Subject: [PATCH] forgot the exit command on restart --- .../Toolbox/App_Installer/Core_Utilities/install_tailscale.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/functions/Toolbox/App_Installer/Core_Utilities/install_tailscale.bat b/bin/functions/Toolbox/App_Installer/Core_Utilities/install_tailscale.bat index 8f41b1c..d1a01a0 100644 --- a/bin/functions/Toolbox/App_Installer/Core_Utilities/install_tailscale.bat +++ b/bin/functions/Toolbox/App_Installer/Core_Utilities/install_tailscale.bat @@ -20,6 +20,7 @@ if /i "%tailscale_account%"=="Y" ( echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%Restarting launcher...%reset% timeout /t 10 start %stl_root%/launcher.bat + exit ) else ( echo %blue_bg%[%time%]%reset% %blue_fg_strong%[ERROR]%reset% %red_fg_strong%Tailscale installation failed.%reset% ) @@ -39,6 +40,7 @@ if /i "%tailscale_account%"=="Y" ( echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%Restarting launcher...%reset% timeout /t 10 start %stl_root%/launcher.bat + exit ) else ( echo %blue_bg%[%time%]%reset% %blue_fg_strong%[ERROR]%reset% %red_fg_strong%Tailscale installation failed.%reset% )