Skip to content

Commit 09ba217

Browse files
committed
Adjust db-migrate script for SF4 console location
1 parent d275aa0 commit 09ba217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

33
pushd /opt/www/{{ gateway_vhost_name }}
4-
php app/console u2f:migrations:migrate --env=prod
4+
/usr/bin/php72 bin/console u2f:migrations:migrate --env=prod
55
popd

0 commit comments

Comments
 (0)