From 6c7a821e681da7d31a6db6ff45e31838fa6449cf Mon Sep 17 00:00:00 2001 From: chenyanpan Date: Tue, 1 Sep 2020 21:02:13 +0800 Subject: [PATCH] #I1TJ7K patch-tracking: enclose command line option with double quotation --- patch-tracking/patch_tracking/patch-tracking | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch-tracking/patch_tracking/patch-tracking b/patch-tracking/patch_tracking/patch-tracking index f0143c04..f5961fce 100755 --- a/patch-tracking/patch_tracking/patch-tracking +++ b/patch-tracking/patch_tracking/patch-tracking @@ -8,4 +8,4 @@ settings_file='/etc/patch-tracking/settings.conf' server=`grep 'LISTEN' $settings_file | awk -F'=' '{print $2}' | sed -e 's/^[ ]"//g' | sed -e 's/"$//g'` -/usr/local/bin/uwsgi --master --https ${server},/etc/patch-tracking/self-signed.crt,/etc/patch-tracking/self-signed.key --wsgi-file ${app_file} --callable app --chdir ${chdir_path} --threads 100 --lazy +/usr/local/bin/uwsgi --master --https "${server},/etc/patch-tracking/self-signed.crt,/etc/patch-tracking/self-signed.key" --wsgi-file "${app_file}" --callable app --chdir "${chdir_path}" --threads 100 --lazy -- GitLab