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% )