summaryrefslogtreecommitdiff
path: root/packaging/Caldera/OpenServer/pkg/MakeSSO
blob: 538aaf58f77eaf2abf85f7bd844b177f92085200 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
:
# MakeSSO
#

rm -rf archives sso

    CDMT_DIR=`pwd`; export CDMT_DIR
    Samba_DIR=`pwd`; export Samba_DIR
    cdmtParse
    if test $? != 0
    then
    exit 1
    fi

    cdmtCompress
    if test $? != 0
    then
    exit 1
    fi

    cdmtArchive
    if test $? != 0
    then
    exit 1
    fi