Fix exit statement to return

This commit is contained in:
Konano 2023-11-27 13:43:32 +08:00
parent 8a62c02812
commit 7fc21c2244
2 changed files with 2 additions and 2 deletions

View File

@ -202,7 +202,7 @@ if [ $# -ne 0 ]; then
echo "Configuring $func..."
eval "configure_$func"
done
exit 0
return
fi
configure_tuna

View File

@ -87,7 +87,7 @@ if [ $# -ne 0 ]; then
echo "Configuring $func..."
eval "configure_$func"
done
exit 0
return
fi
configure_ssh