Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit 3b0141b

Browse files
committed
Replace php call with date command invocation
1 parent 81e805f commit 3b0141b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ docker-compose exec web \
4040
--sample-data=true
4141
```
4242

43-
**IMPORTANT: Set the `ORO_INSTALLED` variable after installation to something, which evaluates to `true` in PHP. At best, use the output of `php -r 'print(date("c"). "\n");'`, as this is the same, what OroCRM would set it to.**
43+
**IMPORTANT: Set the `ORO_INSTALLED` variable after installation to something, which evaluates to `true` in PHP. At best, use the output of `date -Iseconds`, as this is the same, what OroCRM would set it to.**
4444

4545
To get a full list of supported options, consult `docker-compose exec web oro-console help oro:install`.
4646

0 commit comments

Comments
 (0)