We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d275aa0 commit 09ba217Copy full SHA for 09ba217
roles/stepup-gateway/templates/01-gateway-db_migrate.sh.j2
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
3
pushd /opt/www/{{ gateway_vhost_name }}
4
-php app/console u2f:migrations:migrate --env=prod
+/usr/bin/php72 bin/console u2f:migrations:migrate --env=prod
5
popd
0 commit comments