fix
This commit is contained in:
parent
4a6aee5653
commit
5cb6d4f3ef
1 changed files with 1 additions and 1 deletions
|
@ -1173,7 +1173,7 @@ do
|
||||||
echo "Parameter ${wort%=*} = ${wort#*=}"
|
echo "Parameter ${wort%=*} = ${wort#*=}"
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "${fastinstall}" == "y" ]; then
|
if [ "${fastinstall}" == "y" ] && [ "${fastinstallnext}" != "y" ]; then
|
||||||
gitclone
|
gitclone
|
||||||
/opt/${repo}/arch-install "${1}fastinstallnext=y "
|
/opt/${repo}/arch-install "${1}fastinstallnext=y "
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue