mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
remove all .empty files from target filesystem
This commit is contained in:
parent
218ad5aa44
commit
2979270810
@ -5,7 +5,7 @@ if [ -z "$TARGET" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -f $TARGET/boot/.gitkeep
|
find $TARGET -name '.empty' | xargs -r rm
|
||||||
|
|
||||||
# /etc stuff
|
# /etc stuff
|
||||||
rm -rf $TARGET/etc/network/
|
rm -rf $TARGET/etc/network/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user