diff options
| author | 2026-04-28 23:28:25 +0000 | |
|---|---|---|
| committer | 2026-04-28 23:28:25 +0000 | |
| commit | 38fca7692e900589338eade8b5667a483575f5af (patch) | |
| tree | f5b1e3e8eb4e9fa98e21f10fa0e54776c191e01e /install.sh | |
| parent | update cronjob installation (diff) | |
add logging
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
