aboutsummaryrefslogtreecommitdiff
path: root/authorized_keys.sh
diff options
context:
space:
mode:
authorGravatar steering72532026-04-10 21:45:47 +0000
committerGravatar steering72532026-04-10 21:45:47 +0000
commit7b8b60a39f39999fa7d7a33f182620f33bd7f13b (patch)
tree49fc7f3a67aa8f98872bd0a332122a92bdb771f4 /authorized_keys.sh
parentadd ip to login notifications (diff)
fix delete wg and fix authorized_keys notify
Diffstat (limited to 'authorized_keys.sh')
-rwxr-xr-xauthorized_keys.sh2
1 files changed, 1 insertions, 1 deletions
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