From 804488353bf37e1bc32cdfa760c3768c263db2f8 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Wed, 26 Jan 2022 08:59:18 -0500 Subject: [PATCH] Update install_services.sh --- scripts/install_services.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install_services.sh b/scripts/install_services.sh index c2f20b0..7015f93 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -165,6 +165,7 @@ create_necessary_dirs() { echo "Setting Wttr.in URL to "${LATITUDE}", "${LONGITUDE}"" sudo -u${USER} sed -i "s/https:\/\/v2.wttr.in\//https:\/\/v2.wttr.in\/"${LATITUDE},${LONGITUDE}"/g" $(dirname ${my_dir})/homepage/menu.html chmod -R g+rw $(dirname ${my_dir}) + chmod -R g+rw ${RECS_DIR} } generate_BirdDB() {