This commit is contained in:
Shital Savekar 2015-07-07 05:37:40 +00:00
Родитель f3c5af51d9
Коммит 1afe1aca38
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1005,7 +1005,7 @@ Function SetDistroSpecificVariables($detectedDistro)
LogMsg "Set `$python_cmd > python"
Set-Variable -Name python_cmd -Value $python_cmd -Scope Global
Set-Variable -Name ifconfig_cmd -Value "ifconfig" -Scope Global
if(($detectedDistro -eq "SLES") -or $(detectedDistro -eq "SUSE"))
if(($detectedDistro -eq "SLES") -or ($detectedDistro -eq "SUSE"))
{
Set-Variable -Name ifconfig_cmd -Value "/sbin/ifconfig" -Scope Global
Set-Variable -Name fdisk -Value "/sbin/fdisk" -Scope Global