[orchagent]: Fix typo (#2317)
Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
This commit is contained in:
parent
d1c9b0cb77
commit
6ddf3cdda0
@ -6,7 +6,7 @@ export platform=`sonic-cfggen -y /etc/sonic/sonic_version.yml -v asic_type`
|
|||||||
|
|
||||||
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 "
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user