mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-25 04:45:45 +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.1/.config vm/buildroot.config
|
|
docker cp $DID:/buildroot/buildroot-2017.11.1/linux.config vm/linux.config
|
|
|