File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 476
476
477
477
if [ " $1 " == " build-api-docs" ]; then
478
478
echo " Building and placing api swagger docs"
479
- php /var/www/localhost/htdocs/openemr/bin/command-runner -c CreateAPIDocumentation
479
+ php /var/www/localhost/htdocs/openemr/bin/console openemr:create-api-documentation
480
480
fi
481
481
482
482
if [ " $1 " == " register-oauth2-client" ]; then
Original file line number Diff line number Diff line change 476
476
477
477
if [ " $1 " == " build-api-docs" ]; then
478
478
echo " Building and placing api swagger docs"
479
- php /var/www/localhost/htdocs/openemr/bin/command-runner -c CreateAPIDocumentation
479
+ php /var/www/localhost/htdocs/openemr/bin/console openemr:create-api-documentation
480
480
fi
481
481
482
482
if [ " $1 " == " register-oauth2-client" ]; then
Original file line number Diff line number Diff line change 476
476
477
477
if [ " $1 " == " build-api-docs" ]; then
478
478
echo " Building and placing api swagger docs"
479
- php /var/www/localhost/htdocs/openemr/bin/command-runner -c CreateAPIDocumentation
479
+ php /var/www/localhost/htdocs/openemr/bin/console openemr:create-api-documentation
480
480
fi
481
481
482
482
if [ " $1 " == " register-oauth2-client" ]; then
Original file line number Diff line number Diff line change 476
476
477
477
if [ " $1 " == " build-api-docs" ]; then
478
478
echo " Building and placing api swagger docs"
479
- php /var/www/localhost/htdocs/openemr/bin/command-runner -c CreateAPIDocumentation
479
+ php /var/www/localhost/htdocs/openemr/bin/console openemr:create-api-documentation
480
480
fi
481
481
482
482
if [ " $1 " == " register-oauth2-client" ]; then
Original file line number Diff line number Diff line change 476
476
477
477
if [ " $1 " == " build-api-docs" ]; then
478
478
echo " Building and placing api swagger docs"
479
- php /var/www/localhost/htdocs/openemr/bin/command-runner -c CreateAPIDocumentation
479
+ php /var/www/localhost/htdocs/openemr/bin/console openemr:create-api-documentation
480
480
fi
481
481
482
482
if [ " $1 " == " register-oauth2-client" ]; then
You can’t perform that action at this time.
0 commit comments