From 1c0b8b6b19eb66f1545dd7ddc43bcb07eb4eb9be Mon Sep 17 00:00:00 2001 From: Alan Mason <1923621+2Shirt@users.noreply.github.com> Date: Wed, 22 Nov 2017 19:05:55 -0800 Subject: [PATCH] Bugfix: LaunchOfficeSetup * Forgot to update %OFFICE_SERVER% to %OFFICE_SERVER_IP% --- .bin/Scripts/Launch.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bin/Scripts/Launch.cmd b/.bin/Scripts/Launch.cmd index e684c896..fd72d374 100644 --- a/.bin/Scripts/Launch.cmd +++ b/.bin/Scripts/Launch.cmd @@ -186,18 +186,18 @@ goto Exit :LaunchOfficeSetup rem Prep -echo Copying setup file(s) for %L_ITEM%... set "fastcopy_args=/cmd=diff /no_ui /auto_close" set "product=%L_PATH%\%L_ITEM%" set "product_name=%L_ITEM%" call :GetBasename product_name || goto ErrorBasename -set "source=\\%OFFICE_SERVER%\Office\%product%" +set "source=\\%OFFICE_SERVER_IP%\Office\%product%" set "dest=%client_dir%\Office" rem Verify if not exist "%source%" (goto ErrorOfficeSourceNotFound) rem Copy +echo Copying setup file(s) for %product_name%... start "" /wait "%FASTCOPY%" %fastcopy_args% "%source%" /to="%dest%\" rem Run