Changeset 62 for devel/dploy-common/install.sh
- Timestamp:
- 06/04/08 16:41:16 (4 years ago)
- File:
-
- 1 edited
-
devel/dploy-common/install.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
devel/dploy-common/install.sh
r56 r62 9 9 else 10 10 local=/usr/local 11 echo $PATH | grep $local/bin > /dev/null || echo "Warning - your PATH environmental variable is BROKEN. Please add $local/bin to your PATH."11 echo $PATH | grep $local/bin > /dev/null || echo "Warning - your PATH environmental variable is BROKEN. Please add $local/bin to your PATH." 12 12 conf=$local/$CONFDIR 13 13 fi … … 21 21 install -m 0644 etc/dploy.conf $conf 22 22 23 # Post install script 24 install -m 0755 bin/dploy-common-post $local/bin 25 26 # The script need to know where the CONFDIR is 27 perl -pi -e "s|PBCONF|$conf|" $local/bin/dploy-common-post 28 23 29 # Handling keys 24 30 ssh-keygen -b 1024 -t dsa -f $conf/keys/dploy_id_dsa -q -N ""
Note: See TracChangeset
for help on using the changeset viewer.
