adjust calling of generate.sh

This commit is contained in:
Clemens 2024-03-15 11:01:35 +01:00
parent 56a08653e9
commit 3944c28562

View file

@ -21,7 +21,7 @@ function unzip-website-data() {
} }
function build-website() { 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() { function move-website-files-to-target() {