fix for file not found on line 38 of gonk.sh
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Alex 2022-09-12 20:03:48 -04:00
parent 0256aa9c49
commit 490718f91f
Signed by: technically
GPG Key ID: 46E0A080F69E83F1
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ else
curl -s https://ap5.gonknet.org/modules/$HOSTNAME/$GONK_KEY > /etc/asterisk/modules.conf
curl -s https://ap5.gonknet.org/logger/$HOSTNAME/$GONK_KEY > /etc/asterisk/logger.conf
sed -i "s/##EXTERNAL_IP##/$(curl -s https://ipv4.myip.wtf/text)/g" /etc/asterisk/pjsip.config
sed -i "s/##EXTERNAL_IP##/$(curl -s https://ipv4.myip.wtf/text)/g" /etc/asterisk/pjsip.conf
echo " Setting up config updater cron..."
echo "26 * * * * gonk /usr/bin/reload" > /etc/cron.d/reload