Changeset 107 for confman/confmanlib.sh


Ignore:
Timestamp:
05/21/2006 15:05:46 (6 years ago)
Author:
ccowart
Message:

Some corrections to the install function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/confmanlib.sh

    r106 r107  
    123123        # See if it even exists 
    124124        file="${moduledir}${livefile}" 
    125         if [ ! -f $file ] ; then 
     125        if [ ! -f "$file" ] && [ -z "$1" ] ; then 
    126126                return 0 
     127        elif [ ! -f "$file" ] ; then 
     128                conf_install $module $* 
    127129        fi 
    128130 
Note: See TracChangeset for help on using the changeset viewer.