Subversion Repositories eFlore/Applications.coel

Rev

Rev 1214 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1214 Rev 1216
Line 9... Line 9...
9
if [ ! -h $APPDIR/../$APPLI_LIEN ]; then
9
if [ ! -h $APPDIR/../$APPLI_LIEN ]; then
10
	ln -s $APPDIR_ABSOLU/war ../$APPLI_LIEN;
10
	ln -s $APPDIR_ABSOLU/war ../$APPLI_LIEN;
11
fi;
11
fi;
Line 12... Line 12...
12
 
12
 
13
# Création du fichier apropos.js si nécessaire
13
# Création du fichier apropos.js si nécessaire
14
if [ ! -a $APPDIR/war/apropos.js ]; then
14
if [ ! -f $APPDIR/war/apropos.js ]; then
15
	cp $APPDIR/war/apropos.defaut.js $APPDIR/war/apropos.js;
15
	cp $APPDIR/war/apropos.defaut.js $APPDIR/war/apropos.js;
Line 16... Line 16...
16
fi;
16
fi;
17
 
17
 
18
# Création du fichier config.js si nécessaire
18
# Création du fichier config.js si nécessaire
19
if [ ! -a $APPDIR/war/config.js ]; then
19
if [ ! -f $APPDIR/war/config.js ]; then
Line 20... Line 20...
20
	cp $APPDIR/war/config.defaut.js $APPDIR/war/config.js;
20
	cp $APPDIR/war/config.defaut.js $APPDIR/war/config.js;
21
fi;
21
fi;