diff --git a/xCAT/postscripts/otherpkgs b/xCAT/postscripts/otherpkgs index 38a535a98..131787d13 100755 --- a/xCAT/postscripts/otherpkgs +++ b/xCAT/postscripts/otherpkgs @@ -843,9 +843,9 @@ EOF` fi elif [ $haszypper -eq 1 ]; then if [ $VERBOSE ]; then - echo "$envlist zypper --non-interactive update --auto-agree-with-license" + echo "$envlist zypper --non-interactive update --auto-agree-with-licenses" fi - result=`eval $envlist zypper --non-interactive update --auto-agree-with-license 2>&1` + result=`eval $envlist zypper --non-interactive update --auto-agree-with-licenses 2>&1` R=$? if [ $R -ne 0 ]; then