Ignore:
Timestamp:
06/04/08 16:41:16 (4 years ago)
Author:
bruno
Message:

Still working on post install scripts

File:
1 edited

Legend:

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

    r34 r62  
    99else 
    1010    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." 
    1212    conf=$local/$CONFDIR 
    1313fi 
     
    1616mkdir -p $local/bin 
    1717install -m 0755 bin/dploy-add2dhcp $local/bin  
     18install -m 0755 bin/dploy-dhcp-post $local/bin  
    1819 
    1920# The script need to know where the CONFDIR is 
Note: See TracChangeset for help on using the changeset viewer.