summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-system/lh_system_start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'linhes/linhes-system/lh_system_start.sh')
-rwxr-xr-xlinhes/linhes-system/lh_system_start.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/linhes/linhes-system/lh_system_start.sh b/linhes/linhes-system/lh_system_start.sh
index 1c2e083..ff5360f 100755
--- a/linhes/linhes-system/lh_system_start.sh
+++ b/linhes/linhes-system/lh_system_start.sh
@@ -92,7 +92,6 @@ function first_configure(){
sudo mariadb -u root < /usr/share/linhes/templates/db/permissions.sql
mysql_tzinfo_to_sql /usr/share/zoneinfo | sudo mysql -u root mysql
# run mythtv-setup
- #export DISPLAY=:0
mythtv-setup
# need to run twice for default db install/upgrade
mythtv-setup
@@ -100,6 +99,7 @@ function first_configure(){
# run mythfilldatabase
#nice -n 19 mythfilldatabase --quiet &
#msg "Guide data is being loaded." "Until this completes some shows will appear as unknown in the program guide."
+ sudo systemctl enable --now lighttpd.service
else
msg "Frontend Only"
#Frontend_only cmds