Changeset 56 for devel


Ignore:
Timestamp:
06/02/08 14:32:33 (4 years ago)
Author:
bruno
Message:

Adds conf file correctly in install.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/dploy-common/install.sh

    r54 r56  
    1515echo "PBPKG PBVER-rPBREV will be installed under $local" 
    1616 
     17# Prepare directory 
     18mkdir -p $conf/keys 
     19 
    1720# Conf file 
    1821install -m 0644 etc/dploy.conf $conf 
    1922 
    2023# Handling keys 
    21 mkdir -p $conf/keys 
    22 cd $conf/keys 
    23 ssh-keygen -b 1024 -t dsa -f dploy_id_dsa -q -N "" 
     24ssh-keygen -b 1024 -t dsa -f $conf/keys/dploy_id_dsa -q -N "" 
    2425 
Note: See TracChangeset for help on using the changeset viewer.