Changeset 108


Ignore:
Timestamp:
05/21/2006 17:55:45 (6 years ago)
Author:
ccowart
Message:

Update sudo auth token up front so you can go grab a soda.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/confman

    r107 r108  
    143143                echo "Change this file to your log message." > $msg 
    144144                ${EDITOR} $msg 
     145                sudo -v 
    145146                update || conf_cleanexit 
    146147 
     
    180181                echo "Change this file to your log message." > $msg 
    181182                ${EDITOR} $msg 
     183                sudo -v 
    182184                update || conf_cleanexit 
    183185 
     
    224226        fi 
    225227 
     228        sudo -v 
    226229        if [ -r $1 ] ; then 
    227230                file=`abspath $1` 
Note: See TracChangeset for help on using the changeset viewer.