From 3d2fcca9a8c4611ba776955a59edbfc8336846f8 Mon Sep 17 00:00:00 2001 From: Blueprint Coding Date: Wed, 4 Sep 2024 16:31:57 -0600 Subject: [PATCH] added root for restart --- .../App_Installer/Core_Utilities/install_tailscale.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 98aeded..8f41b1c 100644 --- a/bin/functions/Toolbox/App_Installer/Core_Utilities/install_tailscale.bat +++ b/bin/functions/Toolbox/App_Installer/Core_Utilities/install_tailscale.bat @@ -19,7 +19,7 @@ if /i "%tailscale_account%"=="Y" ( echo Press any key to restart the launcher echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%Restarting launcher...%reset% timeout /t 10 - start launcher.bat + start %stl_root%/launcher.bat ) else ( echo %blue_bg%[%time%]%reset% %blue_fg_strong%[ERROR]%reset% %red_fg_strong%Tailscale installation failed.%reset% ) @@ -38,7 +38,7 @@ if /i "%tailscale_account%"=="Y" ( echo Press any key to restart the launcher echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%Restarting launcher...%reset% timeout /t 10 - start launcher.bat + start %stl_root%/launcher.bat ) else ( echo %blue_bg%[%time%]%reset% %blue_fg_strong%[ERROR]%reset% %red_fg_strong%Tailscale installation failed.%reset% )