Changeset 52 for trunk


Ignore:
Timestamp:
07/27/11 13:44:32 (13 years ago)
Author:
bas
Message:

only generate a config file if it does not exists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/postinst

    r45 r52  
    110110
    111111
    112 if [ "$1" = configure -o ! -f $CONFIG_FILE ]
     112if [ "$1" = configure ]
    113113then
    114         create_default_torque_file
     114        if [ ! -f $CONFIG_FILE ]
     115        then
     116                create_default_torque_file
     117        fi
    115118fi
    116119
Note: See TracChangeset for help on using the changeset viewer.