Changeset 60


Ignore:
Timestamp:
04/06/2006 20:46:36 (6 years ago)
Author:
ccowart
Message:

Forgot to clean up a temporary file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/confman

    r59 r60  
    570570        conf_gen_file $module "${file}${suffix}" $owner $group \ 
    571571                $mode "$comment" $usefile 
     572 
     573        # Removing temporary files 
     574        if [ -f $usefile ] ; then 
     575                rm $usefile 
     576        fi 
    572577} 
    573578 
Note: See TracChangeset for help on using the changeset viewer.