adjust calling of generate.sh

pull/5/head
Clemens 2 months ago
parent 56a08653e9
commit 3944c28562

@ -21,7 +21,7 @@ function unzip-website-data() {
}
function build-website() {
(cd $BUILDDIR; dir=$(ls); cd $dir; ./generate.sh;)
(cd $BUILDDIR; dir=$(ls); cd $dir; bash generate.sh;)
}
function move-website-files-to-target() {

Loading…
Cancel
Save