Help for this page

Select Code to Download


  1. or download this
    if [ ${mla} = ${local_auth_n} ]; then
    if [ -n "${partition_id}" ]; then
    echo ${mla} ${local_auth_n} ${partition_id}
    fi
    fi
    
  2. or download this
    if [[ ${mla} = ${local_auth_n} &&  -n "${partition_id}" ]]; then
    echo ${mla} ${local_auth_n} ${partition_id}
    fi