parent
7413d662de
commit
035ca08bad
1 changed files with 3 additions and 1 deletions
4
build.sh
4
build.sh
|
@ -13,7 +13,9 @@ cd ./out/
|
|||
filename=$(find . -mindepth 1 -maxdepth 1 -name "blendOS-*.iso")
|
||||
date=${filename%-*}
|
||||
date=${date#*-}
|
||||
mkdir /iso/$date/
|
||||
if [ ! -d /iso/$date/ ]; then
|
||||
mkdir /iso/$date/
|
||||
fi
|
||||
cp -r $filename /iso/$date/
|
||||
|
||||
cd /iso/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue