Maybe call the correct scripts...

This commit is contained in:
maride 2017-08-07 17:38:39 +02:00
parent 5edbaf9f79
commit d79bd42091

View File

@ -54,7 +54,7 @@ do
if [ "$answer" == "y" ]; then
echo "=> Running flavour '$flavour'..."
pushd $flavour
$flavour/run.sh
$flavour/install.sh
return=$?
if [ "$return" -ne 0 ]; then
echo "=> Flavour failed. :("