add EPMS devicetype (#7255)
This commit is contained in:
parent
273f99d0e5
commit
b6ca3bd5bb
@ -22,7 +22,7 @@ reload_minigraph()
|
||||
echo "Missing tacacs json to restore tacacs credentials"
|
||||
fi
|
||||
DEVICE_TYPE=`sonic-cfggen -m -v DEVICE_METADATA.localhost.type`
|
||||
if [ "${DEVICE_TYPE}" != "MgmtToRRouter" ]; then
|
||||
if [[ "${DEVICE_TYPE}" != "MgmtToRRouter" && "${DEVICE_TYPE}" != "EPMS" ]]; then
|
||||
pfcwd start_default
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user