Subversion Repositories ALCASAR

Rev

Rev 3230 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 3230 Rev 3312
Line 28... Line 28...
28
        nb_args=1
28
        nb_args=1
29
        args="-h"
29
        args="-h"
30
fi
30
fi
31
 
31
 
32
 
32
 
33
NOW="$(date +%G%m%d-%Hh%M)"             # date et heure du moment
33
NOW="$(date +%Y%m%d-%Hh%M)"             # date et heure du moment
34
FILE="certificates-$NOW"
34
FILE="certificates-$NOW"
35
DIR_SAVE=$DIR_SAVE-$NOW
35
DIR_SAVE=$DIR_SAVE-$NOW
36
 
36
 
37
# Function of export
37
# Function of export
38
function certs_export() {
38
function certs_export() {