Update install_services.sh

This commit is contained in:
Patrick McGuire
2022-01-26 08:59:18 -05:00
committed by GitHub
parent febbe4bfda
commit 804488353b
+1
View File
@@ -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() {