Skip to content

Commit

Permalink
webapp: Remove symbolic link for settings URLs.
Browse files Browse the repository at this point in the history
This problem will be addressed another way.
  • Loading branch information
bennettpeter committed Aug 4, 2022
1 parent c57d52c commit 3b0c875
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mythtv/html/html.pro
Expand Up @@ -9,8 +9,4 @@ html.files += mythbackend.html mythfrontend.html
html.files += css images js misc setup samples tv
html.files += 3rdParty xslt video debug apps assets

# This solves a problem with refresh or bookmark of http://localhost:6744/settings/xxxxx
# where xxxxx can be any of several angular settings URLs
html.extra = mkdir -p $(INSTALL_ROOT)/usr/share/mythtv/html ; ln -sf $(INSTALL_ROOT)/usr/share/mythtv/html $(INSTALL_ROOT)/usr/share/mythtv/html/settings

INSTALLS += html

0 comments on commit 3b0c875

Please sign in to comment.