aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorGravatar steering72532026-04-28 23:28:25 +0000
committerGravatar steering72532026-04-28 23:28:25 +0000
commit38fca7692e900589338eade8b5667a483575f5af (patch)
treef5b1e3e8eb4e9fa98e21f10fa0e54776c191e01e /install.sh
parentupdate cronjob installation (diff)
add logging
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index bd0ea5a..5836d31 100755
--- a/install.sh
+++ b/install.sh
@@ -27,3 +27,7 @@ umask 0022
wg pubkey </etc/wireguard/privkey >/etc/wireguard/pubkey
chmod 711 /etc/wireguard
+
+mkdir /var/log/autopeer
+chmod 1770 /var/log/autopeer
+chown root:autopeer /var/log/autopeer