etc/init-script.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Please use the git repo for development.
--- openct-0.6.20.orig/etc/init-script.in
+++ openct-0.6.20/etc/init-script.in
@@ -32,8 +32,8 @@ then
# this example would assign the directory to a group "scard"
# and set permissions so only users in that group can access
# smart card readers via openct.
- #chown root:scard "$STATUS_DIR"
- #chmod 0750 "$STATUS_DIR"
+ chown root:scard "$STATUS_DIR"
+ chmod 0750 "$STATUS_DIR"
fi
set -e