Skip to content

Commit

Permalink
build(Makefile): update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
PromiseFru committed Jun 6, 2024
1 parent f208e50 commit e344741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ endef
start:
@(\
if [ "$(shell echo ${MODE} | tr '[:upper:]' '[:lower:]')" = "production" ] && [ "${SSL_CERTIFICATE}" != "" ] && [ "${SSL_KEY}" != "" ] && [ "${SSL_PEM}" != "" ]; then \
$(call log_message,INFO Starting Production server ...) \
$(call log_message,INFO Starting Production server ...) && \
mod_wsgi-express start-server wsgi_script.py \
--user www-data \
--group www-data \
Expand Down

0 comments on commit e344741

Please sign in to comment.