diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-03-26 21:57:39 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-03-26 21:57:39 (GMT) |
commit | 2e4cdc292144c9803933545f1b86089e7ed36410 (patch) | |
tree | 350e7d92cebacfdc29daf7917d05b833e8ee6461 /abs/core-testing/LinHES-system/bin | |
parent | b6e3f89934e70bbed2a7e1c550760fc9d356c821 (diff) | |
parent | c7deae73bc996a769a143de71b5c4c7e4f439e6e (diff) | |
download | linhes_pkgbuild-2e4cdc292144c9803933545f1b86089e7ed36410.zip linhes_pkgbuild-2e4cdc292144c9803933545f1b86089e7ed36410.tar.gz linhes_pkgbuild-2e4cdc292144c9803933545f1b86089e7ed36410.tar.bz2 |
Merge branch 'master' of mihanson@knoppmyth.net:LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/LinHES-system/bin')
-rwxr-xr-x | abs/core-testing/LinHES-system/bin/mythrestore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/abs/core-testing/LinHES-system/bin/mythrestore b/abs/core-testing/LinHES-system/bin/mythrestore index 7fce371..76b76a3 100755 --- a/abs/core-testing/LinHES-system/bin/mythrestore +++ b/abs/core-testing/LinHES-system/bin/mythrestore @@ -86,6 +86,9 @@ fi do_db_updates do_file_updates +#post restore fixup for sshd +/usr/MythVantage/bin/systemconfig.py -m user + # Now it's more or less safe to restart the backend. start_mythbackend |