make peerconf.sh use bash
This commit is contained in:
parent
bcb0e23588
commit
cd0ac8d5d1
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
set -x && \
|
set -x && \
|
||||||
source /usr/local/bin/mkpeerkey.sh && \
|
source /usr/local/bin/mkpeerkey.sh && \
|
||||||
echo "AS 4242422002 llv6 {{ llv6 }} wgkey $(cat /etc/systemd/network/$1.pub) IPv4 $(curl -4s api.ipify.io) IPv6 $(curl -6s api.ipify.io)"
|
echo "AS 4242422002 llv6 {{ llv6 }} wgkey $(cat /etc/systemd/network/$1.pub) IPv4 $(curl -4s api.ipify.io) IPv6 $(curl -6s api.ipify.io)"
|
Loading…
Reference in a new issue