From f973af107126b2a1e4354342363690e42e49df3b Mon Sep 17 00:00:00 2001 From: heppen Date: Thu, 20 Jun 2024 21:20:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Delete=20the=20unnecessar?= =?UTF-8?q?y=20comma=20in=20the=20configuration=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pwrapis/conf/pwrapis_config.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pwrapis/conf/pwrapis_config.ini b/pwrapis/conf/pwrapis_config.ini index 80a663c..99739e5 100644 --- a/pwrapis/conf/pwrapis_config.ini +++ b/pwrapis/conf/pwrapis_config.ini @@ -16,6 +16,7 @@ sock_file=/etc/sysconfig/pwrapis/pwrserver.sock # Other special characters are not allowed [client] # An admin could observe and config the system -admin=root, +# multiple admins are separated by comma +admin=root # An observer could observe the system observer= \ No newline at end of file -- Gitee