Ignore:
Timestamp:
Jun 9, 2010, 10:48:15 AM (14 years ago)
Author:
shunfa
Message:
  1. 修改print參數
  2. master及client安裝均已測試過, 目前尚無發現其他問題(ubuntu9.04@VirtualBox)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • nutchez-0.2/src/test/client_install_func.sh

    r167 r169  
    3838  debug_info "check systemInfo"
    3939  show_info "Your system information are:"
    40 Linux_Distribution=$(lsb_release -a 2> /dev/null | grep "Distributor ID:" | awk '{print $3}')
    41 Linux_Version=$(lsb_release -a 2> /dev/null | grep "Release" | awk '{print $2}')
     40  Linux_Distribution=$(lsb_release -a 2> /dev/null | grep "Distributor ID:" | awk '{print $3}')
     41  Linux_Version=$(lsb_release -a 2> /dev/null | grep "Release" | awk '{print $2}')
    4242  show_info "$Linux_Distribution , $Linux_Version"
    4343}
     
    225225    expect eof"
    226226    else
    227       echo "Create nutchuser and change password."
     227      show_info "Create nutchuser and change password."
    228228      useradd -m nutchuser -s /bin/bash
    229229      expect -c "spawn passwd nutchuser
Note: See TracChangeset for help on using the changeset viewer.