avoid missing dir

pull/41/head
juko 2020-04-27 05:58:02 +00:00
parent 1ad28aa131
commit 0e5f84c093
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ sleep 1
exit 3 # just a basic exit
}|| {
echo -e "+ populate DEB folder "
[[ -d $ubin ]] || mkdir -p $ubin
`cp $file_src_location $ubin`
}