From 7138219e3c9446bf981ff17f5609f42130bec414 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 24 Sep 2022 17:32:06 +0100 Subject: gentoo auto-resync : 24:09:2022 - 17:32:06 --- net-vpn/headscale/files/headscale.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-vpn/headscale/files') diff --git a/net-vpn/headscale/files/headscale.initd b/net-vpn/headscale/files/headscale.initd index f43b3a55af38..9e89ac2ead15 100644 --- a/net-vpn/headscale/files/headscale.initd +++ b/net-vpn/headscale/files/headscale.initd @@ -29,7 +29,7 @@ start_pre() { /var/log/headscale.log \ /etc/headscale/config.yaml - if [[ -f ${private_key} ]]; then + if [ -f ${private_key} ]; then checkpath -f -m 600 -o "${user}" ${private_key} fi } -- cgit v1.2.3