mirror of
https://github.com/SillyTavern/SillyTavern-Launcher.git
synced 2026-01-26 17:09:44 +00:00
forgot the exit command on restart
This commit is contained in:
@@ -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%
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user