Skip to content

Commit

Permalink
Make install happen when using persistent volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
oboudry-mvp committed Apr 2, 2024
1 parent c67bc0b commit 7fb7710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glpi-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fb7710

Please sign in to comment.