mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +00:00
remove sudo
This commit is contained in:
parent
b1eb5a63a2
commit
a5914225de
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
DID=$(sudo 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.1/.config vm/buildroot.config
|
||||||
docker cp $DID:/buildroot/buildroot-2017.11.1/linux.config vm/linux.config
|
docker cp $DID:/buildroot/buildroot-2017.11.1/linux.config vm/linux.config
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user