create wttr.in link dynamically per LAT&LON

This commit is contained in:
Patrick McGuire
2021-12-01 15:54:06 -05:00
parent 5ef504a71f
commit fc65db5f01
+3 -3
View File
@@ -150,9 +150,9 @@ create_necessary_dirs() {
sudo -u ${USER} cp -f $(dirname ${my_dir})/templates/index_bootstrap.html ${HOME}/phpsysinfo/templates/html
echo "Setting Wttr.in URL to "${LATITUDE}", "${LONGITUDE}""
sudo -u${USER} sed -i "s/https:\/\/wttr.in/https:\/\/wttr.in\/"${LATITUDE},${LONGITUDE}"/g" $(dirname ${my_dir})/homepage/menu.html
set -x
sudo -u${USER} sed -i "s/https:\/\/v2.wttr.in\//https:\/\/wttr.in\/"${LATITUDE},${LONGITUDE}"/g" $(dirname ${my_dir})/homepage/menu.html
set +x
}
install_alsa() {