mirror of
https://github.com/status-im/consul.git
synced 2025-01-21 19:20:41 +00:00
Fixes up verify_no_uuid checks for new path.
This commit is contained in:
parent
ca3a84edf8
commit
b728c6f279
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
grep generateUUID consul/state_store.go
|
||||
grep generateUUID consul/state/state_store.go
|
||||
RESULT=$?
|
||||
if [ $RESULT -eq 0 ]; then
|
||||
exit 1
|
||||
|
@ -2,10 +2,10 @@
|
||||
|
||||
setlocal
|
||||
|
||||
if not exist %1\consul\state_store.go exit /B 1
|
||||
if not exist %1\consul\state\state_store.go exit /B 1
|
||||
if not exist %1\consul\fsm.go exit /B 1
|
||||
|
||||
findstr /R generateUUID %1\consul\state_store.go 1>nul
|
||||
findstr /R generateUUID %1\consul\state\state_store.go 1>nul
|
||||
if not %ERRORLEVEL% EQU 1 exit /B 1
|
||||
|
||||
findstr generateUUID %1\consul\fsm.go 1>nul
|
||||
|
Loading…
x
Reference in New Issue
Block a user