diff options
author | James Meyer <james.meyer@operamail.com> | 2009-02-18 04:45:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-02-18 04:45:40 (GMT) |
commit | 6912c0c8754f2668f3ec0dfde621f70e4fe04f79 (patch) | |
tree | d33cd05debaacee90971b789ed05b4f4d363d0c5 /abs/core-testing/LinHES-config | |
parent | b3a2223ff84b6b0026c79a4766b2eb46324d8525 (diff) | |
parent | 110ffb1327b2f5e1a47373973efbae923456a38d (diff) | |
download | linhes_pkgbuild-6912c0c8754f2668f3ec0dfde621f70e4fe04f79.zip linhes_pkgbuild-6912c0c8754f2668f3ec0dfde621f70e4fe04f79.tar.gz linhes_pkgbuild-6912c0c8754f2668f3ec0dfde621f70e4fe04f79.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD.git
Diffstat (limited to 'abs/core-testing/LinHES-config')
-rwxr-xr-x | abs/core-testing/LinHES-config/install_db_chroot.sh | 2 |
1 files changed, 1 insertions, 1 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 |