From 6133f048aefa9285b83e64c2195885c7dcda421f Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Sat, 23 Sep 2023 01:43:30 +0700 Subject: [PATCH] Update unit_config.sh --- access_control_python_server/unit_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/access_control_python_server/unit_config.sh b/access_control_python_server/unit_config.sh index 7ccc905..d50c185 100644 --- a/access_control_python_server/unit_config.sh +++ b/access_control_python_server/unit_config.sh @@ -1 +1 @@ -curl -X PUT --data-binary @./unit.json --unix-socket /var/run/control-unit.sock http://localhost/config \ No newline at end of file +curl -X PUT --data-binary @unit.json --unix-socket /var/run/control-unit.sock http://localhost/config \ No newline at end of file