diff options
| author | Bob Igo <bob@stormlogic.com> | 2009-02-17 20:51:26 (GMT) | 
|---|---|---|
| committer | Bob Igo <bob@stormlogic.com> | 2009-02-17 20:51:26 (GMT) | 
| commit | 25f3a64e71d5937f059e872640e17123f01c37c9 (patch) | |
| tree | 4689b60ec58c435201a0a274fbf95d3bbce456f4 | |
| parent | 2eaa5abe1f850dd66728fd669d74d4c978d1607c (diff) | |
| download | linhes_pkgbuild-25f3a64e71d5937f059e872640e17123f01c37c9.zip linhes_pkgbuild-25f3a64e71d5937f059e872640e17123f01c37c9.tar.gz linhes_pkgbuild-25f3a64e71d5937f059e872640e17123f01c37c9.tar.bz2 | |
Minor formatting and typo fixes.
| -rwxr-xr-x | abs/core-testing/LinHES-config/install_db_chroot.sh | 2 | ||||
| -rw-r--r-- | abs/core-testing/LinHES-system/LinHES-run | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/abs/core-testing/LinHES-config/install_db_chroot.sh b/abs/core-testing/LinHES-config/install_db_chroot.sh index 94305d2..1a0131e 100755 --- a/abs/core-testing/LinHES-config/install_db_chroot.sh +++ b/abs/core-testing/LinHES-config/install_db_chroot.sh @@ -30,7 +30,7 @@ do          if [ $showstatus = 0 ]          then              pacman --noconfirm -R mythdb-initial -            pacman --noconfirm  -S mythdb-initial +            pacman --noconfirm -S mythdb-initial              $MV_ROOT/bin/restore_default_settings.sh -c load              DISPLAY=127.0.0.1:0  $MV_ROOT/bin/MythVantage  -t  restore,default_1              $MV_ROOT/bin/restore_default_settings.sh -c restore -t syssettings diff --git a/abs/core-testing/LinHES-system/LinHES-run b/abs/core-testing/LinHES-system/LinHES-run index bd13d5b..fe79722 100644 --- a/abs/core-testing/LinHES-system/LinHES-run +++ b/abs/core-testing/LinHES-system/LinHES-run @@ -28,7 +28,7 @@ then          MythVantage -b  #0 yes -#1 yes/autodetech +#1 yes/autodetect  #2  no          STATUS=$?          if [ ! $STATUS = 2 ] | 
