File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,19 @@ echo "Copie des fichiers dans ${INSTALL}"
1515mkdir $INSTALL /etc
1616cp ./etc/* $INSTALL /etc
1717mkdir $INSTALL /bin
18- cp ./bin/* $INSTALL /bin
19- chmod 700 $INSTALL /bin/*
2018mkdir $INSTALL /lib
2119PWD=` pwd`
2220cp ./lib/__init__.py $INSTALL /lib
2321ln -s $PWD /lib/backend_utils.py $INSTALL /lib/backend_utils.py
2422ln -s $PWD /lib/ad_utils.py $INSTALL /lib/ad_utils.py
23+ ln -s $PWD /bin/changepwd.py $INSTALL /bin/changepwd.py
24+ ln -s $PWD /bin/ping.py $INSTALL /bin/ping.py
25+ ln -s $PWD /bin/resetpwd.py $INSTALL /bin/resetpwd.py
26+ ln -s $PWD /bin/upsertidentity.py $INSTALL /bin/upsertidentity.py
27+ chmod 700 $INSTALL /bin/*
2528mkdir $INSTALL /ps1_templates
2629cp ./ps1_templates/* $INSTALL /ps1_templates
30+ chmod 600 $INSTALL /ps1_templates/*
2731cp config.yml $INSTALL
2832
2933echo " Le backend a été installé dans $INSTALL "
You can’t perform that action at this time.
0 commit comments