We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a8f98c commit 96cac90Copy full SHA for 96cac90
glpi-start.sh
@@ -98,7 +98,7 @@ else
98
echo -e "<VirtualHost *:80>
99
DocumentRoot /var/www/html/glpi/public
100
101
- <Directory /var/www/glpi/html/public>
+ <Directory /var/www/html/glpi/public>
102
Require all granted
103
104
RewriteEngine On
@@ -129,7 +129,8 @@ chmod -R u+rwx /var/www/html/glpi/
129
--db-port=${MARIADB_DB_PORT} \
130
--db-name=${MARIADB_DB_NAME} \
131
--db-user=${MARIADB_DB_USER} \
132
- --db-password=${MARIADB_DB_PASSWORD}
+ --db-password=${MARIADB_DB_PASSWORD} \
133
+--allow-superuser
134
135
# Enable time zones
136
/usr/bin/php /var/www/html/glpi/bin/console migration:timestamps
0 commit comments