added Wttr.in link setup

This commit is contained in:
Patrick McGuire
2021-12-01 11:06:47 -05:00
parent 61279988be
commit 3bab803b92
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -150,6 +150,9 @@ create_necessary_dirs() {
sudo -u ${USER} cp -f $(dirname ${my_dir})/templates/green_bootstrap.css ${HOME}/phpsysinfo/templates/
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
}