Changeset 169 for nutchez-0.2/src/test/client_install_func.sh
- Timestamp:
- Jun 9, 2010, 10:48:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.2/src/test/client_install_func.sh
r167 r169 38 38 debug_info "check systemInfo" 39 39 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}') 42 42 show_info "$Linux_Distribution , $Linux_Version" 43 43 } … … 225 225 expect eof" 226 226 else 227 echo "Create nutchuser and change password."227 show_info "Create nutchuser and change password." 228 228 useradd -m nutchuser -s /bin/bash 229 229 expect -c "spawn passwd nutchuser
Note: See TracChangeset
for help on using the changeset viewer.