Skip to content

Commit 96cac90

Browse files
committed
feat: corrected path
1 parent 4a8f98c commit 96cac90

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

glpi-start.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ else
9898
echo -e "<VirtualHost *:80>
9999
DocumentRoot /var/www/html/glpi/public
100100
101-
<Directory /var/www/glpi/html/public>
101+
<Directory /var/www/html/glpi/public>
102102
Require all granted
103103
104104
RewriteEngine On
@@ -129,7 +129,8 @@ chmod -R u+rwx /var/www/html/glpi/
129129
--db-port=${MARIADB_DB_PORT} \
130130
--db-name=${MARIADB_DB_NAME} \
131131
--db-user=${MARIADB_DB_USER} \
132-
--db-password=${MARIADB_DB_PASSWORD}
132+
--db-password=${MARIADB_DB_PASSWORD} \
133+
--allow-superuser
133134

134135
# Enable time zones
135136
/usr/bin/php /var/www/html/glpi/bin/console migration:timestamps

0 commit comments

Comments
 (0)