Fix source command
This commit is contained in:
parent
4c4b8b624c
commit
928df65190
@ -61,7 +61,7 @@ do
|
||||
if [ "$answer" == "y" ] || [ "$answer" == "Y" ]; then
|
||||
echo "=> Running flavour '$flavour'..."
|
||||
pushd $flavour
|
||||
source install.sh
|
||||
source ./install.sh
|
||||
if [ "$amf_return" -ne 0 ]; then
|
||||
echo "=> Flavour failed. :("
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user