diff options
author | Damien Zammit <damien@zamaudio.com> | 2021-08-10 19:45:41 +1000 |
---|---|---|
committer | Damien Zammit <damien@zamaudio.com> | 2021-08-10 19:48:07 +1000 |
commit | 75cfe0492776b8e4ab89912918929f845c92f74c (patch) | |
tree | acbc56ed169f145542a2d4900996b431b334cda8 | |
parent | f0e5b09f2769fb89ef5d6144ef790579fa703538 (diff) |
Remove incorrect instruction from readme
-rwxr-xr-x | readme-php5.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/readme-php5.sh b/readme-php5.sh index d401f23..4bad3aa 100755 --- a/readme-php5.sh +++ b/readme-php5.sh @@ -13,7 +13,6 @@ # > ^D # and populate the schema/initial data with: # mysql -uadmin -pXXX -h127.0.0.1 hnode < h-source/tables.sql -# mysql -uadmin -pXXX -h127.0.0.1 hnode < h-source/admin/tables.sql patch -p1 < config-docker.patch |