Skip to content

Commit f795413

Browse files
committed
corrections installation
1 parent c596550 commit f795413

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

install.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ done
2828
for I in $PWD/bin/*;do
2929
ln -s $I $INSTALL/bin
3030
done
31-
for I in $PWD/lifecycle/*;do
32-
ln -s $I $INSTALL/lifecycle
33-
done
3431
chmod 700 $INSTALL/bin/*
3532
cp config.yml $INSTALL
3633
echo "Le backend a été installé dans $INSTALL"

src/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_version: 1
1+
_version: 2
22

33
name: 'openldap'
44
description: 'Backend for openldap'

0 commit comments

Comments
 (0)