mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 23:16:31 +00:00
Update getconfig.sh
This commit is contained in:
parent
f2a3d7b697
commit
95b32a4dd5
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
DID=$(docker ps | grep "hassbuildroot" | awk '{ print $1 }')
|
DID=$(docker ps | grep "hassbuildroot" | awk '{ print $1 }')
|
||||||
docker cp $DID:/buildroot/buildroot-2017.11.1/.config vm/buildroot.config
|
docker cp $DID:/buildroot/buildroot-2017.11.2/.config vm/buildroot.config
|
||||||
docker cp $DID:/buildroot/buildroot-2017.11.1/linux.config vm/linux.config
|
docker cp $DID:/buildroot/buildroot-2017.11.2/linux.config vm/linux.config
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user