Archived
1
0
Fork 0

Remove nginx

This commit is contained in:
Daniel Kempkens 2023-03-24 22:27:38 +01:00
parent b0ac4274d4
commit 02149dbde7
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -41,7 +41,7 @@ if [ "$(id -u)" = 0 ]; then
fi
# skin: move dwd icons
mkdir /data/static_html
mkdir /data/static_html || true
rm -rf /data/static_html/dwd
cp -r ./public_html/dwd /data/static_html
chown -R "${WEEWX_UID:-weewx}:${WEEWX_GID:-weewx}" /data/static_html