fix
This commit is contained in:
parent
1fdc5c8d8a
commit
0087e8ff96
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ if [ "$vollinstallation" != "n" ]
|
||||||
then
|
then
|
||||||
check
|
check
|
||||||
if [ "$vollinstallation" != "debug" ]; then
|
if [ "$vollinstallation" != "debug" ]; then
|
||||||
if [ "${version}" != "voll" ]; then
|
if [ "${version}" == "voll" ]; then
|
||||||
/opt/${repo}/strap.sh
|
/opt/${repo}/strap.sh
|
||||||
fi
|
fi
|
||||||
standartinstallation
|
standartinstallation
|
||||||
|
|
Loading…
Reference in a new issue