Changeset 595

Show
Ignore:
Timestamp:
05/29/08 10:57:03 (6 months ago)
Author:
free
Message:

Fixed typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cdd-utils/trunk/lib/server.sh

    r594 r595  
    457457    if ! exists "/root/.ssh/authorized_keys"; then 
    458458        mkdir -p  /root/.ssh 
    459         chmod 700 /root.ssh 
     459        chmod 700 /root/.ssh 
    460460        cp $key /root/.ssh/authorized_keys 
    461461    fi