mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +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
|
||||
fi
|
||||
|
||||
rm -f $TARGET/boot/.gitkeep
|
||||
find $TARGET -name '.empty' | xargs -r rm
|
||||
|
||||
# /etc stuff
|
||||
rm -rf $TARGET/etc/network/
|
||||
|
Loading…
x
Reference in New Issue
Block a user