From 7b8b60a39f39999fa7d7a33f182620f33bd7f13b Mon Sep 17 00:00:00 2001 From: steering7253 Date: Fri, 10 Apr 2026 21:45:47 +0000 Subject: fix delete wg and fix authorized_keys notify --- authorized_keys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'authorized_keys.sh') diff --git a/authorized_keys.sh b/authorized_keys.sh index 24bf72e..d16588f 100755 --- a/authorized_keys.sh +++ b/authorized_keys.sh @@ -3,7 +3,7 @@ set -o pipefail cd /opt/autopeer -NOTIFY_TO="$(python -c 'import config; print(config.NOTIFY_TO)')" +NOTIFY_TO="$(python3 -c 'import config; print(config.NOTIFY_TO)')" user="$1" if [ "$1" = "new" ]; then -- cgit v1.3.1-10-gc9f91