diff options
| author | 2026-04-10 15:55:34 +0000 | |
|---|---|---|
| committer | 2026-04-10 15:55:34 +0000 | |
| commit | 548bafebf16cb5a5a392d7bfa1d08e6cc2e5923e (patch) | |
| tree | 6fa430132f951de4832d494c101a5e179d344555 /install.sh | |
| parent | add notifications (diff) | |
properly support deleting
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ echo '0 * * * * root git -C /opt/autopeer pull' >>/etc/cron.d/autopeer umask 0007 mkdir /opt/autopeer/db -echo 'CREATE TABLE peers (name, asn, ipll, endpoint, port, pubkey, creator_ip, creator_name, creator_date, primary key (name, asn));' | python3 -m sqlite3 /opt/autopeer/db/sqlite3.db +echo 'CREATE TABLE peers (name, asn, ipll, endpoint, port, pubkey, creator_ip, creator_name, creator_date, deleted, primary key (name, asn));' | python3 -m sqlite3 /opt/autopeer/db/sqlite3.db chgrp -R autopeer /opt/autopeer/db/ umask 0077 |
