The path moved from /usr/bin/ to /usr/local/bin due to the installation change from deb to whl
This commit is contained in:
parent
7b7a61693a
commit
7a16e02ec1
@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Obtain our platform and HWSKU as we will mount directories with these names in each docker
|
# Obtain our platform and HWSKU as we will mount directories with these names in each docker
|
||||||
PLATFORM=`/usr/bin/sonic-cfggen -v platform`
|
PLATFORM=`sonic-cfggen -v platform`
|
||||||
HWSKU=`/usr/bin/sonic-cfggen -m /etc/sonic/minigraph.xml -v minigraph_hwsku`
|
HWSKU=`sonic-cfggen -m /etc/sonic/minigraph.xml -v minigraph_hwsku`
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
docker inspect --type container {{docker_container_name}} &>/dev/null
|
docker inspect --type container {{docker_container_name}} &>/dev/null
|
||||||
|
Reference in New Issue
Block a user