Changeset 818


Ignore:
Timestamp:
03/09/10 23:54:12 (14 years ago)
Author:
nanardon
Message:
  • exec_command() return error or success
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/lib/LATMOS/Accounts/Utils.pm

    r674 r818  
    4444            la_log(LA_ERR, 'command %s exit with status %d', 
    4545                join(' ', @exec), $exitstatus); 
     46            return; 
     47        } else { 
     48            return 1; 
    4649        } 
    4750    } else { 
Note: See TracChangeset for help on using the changeset viewer.