[vs]: set platform=vs for orchagent (#1860)
Signed-off-by: Guohan Lu <gulv@microsoft.com>
This commit is contained in:
parent
eb3ef2f7e8
commit
5e6d36c2a5
@ -1,8 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
export platform=vs
|
||||||
|
|
||||||
MAC_ADDRESS=`ip link show eth0 | grep ether | awk '{print $2}'`
|
MAC_ADDRESS=`ip link show eth0 | grep ether | awk '{print $2}'`
|
||||||
|
|
||||||
# Create a folder for SsWW record files
|
# Create a folder for SwSS record files
|
||||||
mkdir -p /var/log/swss
|
mkdir -p /var/log/swss
|
||||||
ORCHAGENT_ARGS="-d /var/log/swss "
|
ORCHAGENT_ARGS="-d /var/log/swss "
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user