make: fix temporary keys permissions
This commit is contained in:
parent
9141ed77ee
commit
295d3bbeb5
Binary file not shown.
1
make.sh
1
make.sh
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
chmod 600 overlay/etc/ssh/ssh_host_*_key
|
||||||
chmod +x overlay/etc/local.d/headless.start
|
chmod +x overlay/etc/local.d/headless.start
|
||||||
tar czvf headless.apkovl.tar.gz -C overlay etc --owner=0 --group=0
|
tar czvf headless.apkovl.tar.gz -C overlay etc --owner=0 --group=0
|
||||||
|
|
Loading…
Reference in New Issue