mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-24 20:35:31 +00:00
6 lines
223 B
Bash
Executable File
6 lines
223 B
Bash
Executable File
#!/bin/bash
|
|
DID=$(docker ps | grep "hassbuildroot" | awk '{ print $1 }')
|
|
docker cp $DID:/buildroot/buildroot-2017.11.2/.config vm/buildroot.config
|
|
docker cp $DID:/buildroot/buildroot-2017.11.2/linux.config vm/linux.config
|
|
|