File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -129,12 +129,12 @@ 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} \
133- --allow-superuser
132+ --db-password=${MARIADB_DB_PASSWORD} \
133+ --allow-superuser
134134
135135# Enable time zones
136- /usr/bin/php /var/www/html/glpi/bin/console migration:timestamps
137- /usr/bin/php /var/www/html/glpi/bin/console database:enable_timezones
136+ /usr/bin/php /var/www/html/glpi/bin/console migration:timestamps --allow-superuser
137+ /usr/bin/php /var/www/html/glpi/bin/console database:enable_timezones --allow-superuser
138138# Add scheduled task by cron and enable
139139echo " */2 * * * * www-data /usr/bin/php /var/www/html/glpi/front/cron.php &>/dev/null" > /etc/cron.d/glpi
140140# Start cron service
You can’t perform that action at this time.
0 commit comments