mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 19:56:35 +00:00
build.sh: clean-target: remove images folder as well
This commit is contained in:
parent
dfb309eb5e
commit
ad5f3cb655
3
build.sh
3
build.sh
@ -88,6 +88,9 @@ elif [ "$target" == "clean-target" ]; then
|
|||||||
|
|
||||||
echo "removing staging directory"
|
echo "removing staging directory"
|
||||||
rm -rf $outputdir/staging/*
|
rm -rf $outputdir/staging/*
|
||||||
|
|
||||||
|
echo "removing images directory"
|
||||||
|
rm -rf $outputdir/images/*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d $outputdir/build ]; then
|
if [ -d $outputdir/build ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user