Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/35701cb845a9ebee89967de4a1566c5d218bf1fe?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
0 deletions
@ -72,7 +72,9 @@ done
git config --global --add safe.directory /opt/pialert
git config --global --add safe.directory /opt/pialert
sed -i 's#PIALERT_PATH\s*=\s*' \' '/home/pi/pialert' \' '#PIALERT_PATH = ' \' '/opt/pialert' \' '#' /opt/pialert/config/pialert.conf
sed -i 's#PIALERT_PATH\s*=\s*' \' '/home/pi/pialert' \' '#PIALERT_PATH = ' \' '/opt/pialert' \' '#' /opt/pialert/config/pialert.conf
sed -i 's/~/\/opt/g' /opt/pialert/install/pialert.cron
sed -i 's/~/\/opt/g' /opt/pialert/install/pialert.cron
set +e
( crontab -l 2>/dev/null; cat /opt/pialert/install/pialert.cron) | crontab -
( crontab -l 2>/dev/null; cat /opt/pialert/install/pialert.cron) | crontab -
set -e
cp -R /opt/pialert/install/pialert_update.sh /usr/bin/update
cp -R /opt/pialert/install/pialert_update.sh /usr/bin/update
sed -i 's/~/\/opt/g' /usr/bin/update
sed -i 's/~/\/opt/g' /usr/bin/update
chmod +x /usr/bin/update
chmod +x /usr/bin/update