From a40b75b891e1fc506ac7b54ab59111af8e7006b9 Mon Sep 17 00:00:00 2001 From: Bohung Date: Thu, 7 Apr 2022 13:37:47 +0800 Subject: [PATCH] Update start_site.sh --- start_site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_site.sh b/start_site.sh index dc597e9..22a80ca 100644 --- a/start_site.sh +++ b/start_site.sh @@ -6,4 +6,4 @@ daemon_args="" if [[ "$2" != "-ND" ]]; then daemon_args="-D" fi -bundle exec unicorn_rails -c config/unicorn.rb -E $rails_env $daemon_args $3 $(if [ ! -z $4 ]; then echo '"'$4'"'; fi) \ No newline at end of file +bundle exec unicorn_rails -c config/unicorn.rb -E $rails_env $daemon_args $3 $(if [ ! -z "$4" ]; then echo '"'$4'"'; fi) \ No newline at end of file