[vs]: set platform=vs for orchagent (#1860)

Signed-off-by: Guohan Lu <gulv@microsoft.com>
This commit is contained in:
lguohan 2018-07-13 00:07:30 -07:00 committed by GitHub
parent eb3ef2f7e8
commit 5e6d36c2a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 "