.
This commit is contained in:
@ -2,8 +2,6 @@
|
||||
set check_computername=%COMPUTERNAME%
|
||||
echo "Found computer %check_computername%"
|
||||
|
||||
set PACKAGES="C:\Packages"
|
||||
set WPUBLIC="C:\wPublic"
|
||||
set SCRIPTS="C:\Scripts"
|
||||
set GIT="C:\Program Files\Git\git-bash.exe"
|
||||
|
||||
@ -11,9 +9,6 @@ mkdir %SCRIPTS%
|
||||
|
||||
|
||||
if exist %GIT% (
|
||||
%GIT% -c "git config --global --add safe.directory C:/Scripts/wBase"
|
||||
%GIT% -c "git config --global --add safe.directory C:/Scripts/wLocal"
|
||||
|
||||
|
||||
echo "Found git. Attempting pull"
|
||||
cd %SCRIPTS%\wBase
|
||||
|
||||
Reference in New Issue
Block a user