Merge pull request #116 from marvinpac-it/check-bin-dir

Fix: Installation does not happen when glpi volume is provided by a persistent volume on kubernetes
php7.4
DiouxX 2 years ago committed by GitHub
commit 4dff6e4ae5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -24,7 +24,7 @@ then
fi
#Téléchargement et extraction des sources de GLPI
if [ "$(ls ${FOLDER_WEB}${FOLDER_GLPI})" ];
if [ "$(ls ${FOLDER_WEB}${FOLDER_GLPI}/bin)" ];
then
echo "GLPI is already installed"
else

Loading…
Cancel
Save