Skip to content

Commit

Permalink
Fix web UI upgrade step
Browse files Browse the repository at this point in the history
  • Loading branch information
marcone committed Jan 15, 2024
1 parent 2f40f60 commit 22c86b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup/pi/configure-web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ apt-get -y --force-yes install nginx fcgiwrap libnginx-mod-http-fancyindex fuse
systemctl stop nginx.service &> /dev/null || true
mkdir -p /var/www
umount /var/www/html/TeslaCam &> /dev/null || true
umount /var/www/html/fs/Music &> /dev/null || true
rm -rf /var/www/html
cp -r "$SOURCE_DIR/teslausb-www/html" /var/www/
ln -s /boot/teslausb-headless-setup.log /var/www/html/
Expand Down

0 comments on commit 22c86b8

Please sign in to comment.