summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-system/lh_system_start.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2022-12-22 21:55:13 (GMT)
committerBritney Fransen <brfransen@gmail.com>2022-12-22 21:55:13 (GMT)
commit6fab794124d9e55e83434cbda1cd63bd8cf60074 (patch)
treea599001c43cb856a6383f82207e247beb408d560 /linhes/linhes-system/lh_system_start.sh
parent89ea4d27868636f27241dbcd23dda9b4d73592f7 (diff)
downloadlinhes_pkgbuild-6fab794124d9e55e83434cbda1cd63bd8cf60074.zip
linhes_pkgbuild-6fab794124d9e55e83434cbda1cd63bd8cf60074.tar.gz
linhes_pkgbuild-6fab794124d9e55e83434cbda1cd63bd8cf60074.tar.bz2
linhes-system: lh_system_start.sh: fix startcmd
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 42f4b67..1c2e083 100755
--- a/linhes/linhes-system/lh_system_start.sh
+++ b/linhes/linhes-system/lh_system_start.sh
@@ -109,7 +109,7 @@ function first_configure(){
}
function start_myth() {
- STARTCMD="/usr/bin/mythfrontend
+ STARTCMD="/usr/bin/mythfrontend"
$STARTCMD 2>&1 &
}