mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-11 16:09:16 +00:00
Update script for rootfs to work better on Debian
This commit is contained in:
parent
9d7584bccf
commit
2236b71f0e
|
@ -2,5 +2,7 @@
|
|||
|
||||
rm -rf $(dirname $0)/out/rootfs_*
|
||||
|
||||
fswatch $(dirname $0)/rootfs $(dirname $0)/CHANGELOG | (while read; do $(dirname $0)/make_rootfs.sh; echo "Update rootfs!"; done)
|
||||
# Did not work well on Linux.... works on OSX :-/
|
||||
#fswatch -o $(dirname $0)/rootfs $(dirname $0)/CHANGELOG | (while read; do $(dirname $0)/make_rootfs.sh; echo "Update rootfs!"; done)
|
||||
|
||||
while true; do find $(dirname $0)/rootfs/ | entr -d -s $(dirname $0)/make_rootfs.sh; done
|
Loading…
Reference in New Issue
Block a user