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
|
||||
check
|
||||
if [ "$vollinstallation" != "debug" ]; then
|
||||
if [ "${version}" != "voll" ]; then
|
||||
if [ "${version}" == "voll" ]; then
|
||||
/opt/${repo}/strap.sh
|
||||
fi
|
||||
standartinstallation
|
||||
|
|
Loading…
Reference in a new issue