summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/restore_km_db_chroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/LinHES-config/restore_km_db_chroot.sh')
-rw-r--r--abs/core-testing/LinHES-config/restore_km_db_chroot.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-config/restore_km_db_chroot.sh b/abs/core-testing/LinHES-config/restore_km_db_chroot.sh
index 17ad113..2f5ba72 100644
--- a/abs/core-testing/LinHES-config/restore_km_db_chroot.sh
+++ b/abs/core-testing/LinHES-config/restore_km_db_chroot.sh
@@ -35,7 +35,6 @@ if [ $SystemType = "Master_backend" -o $SystemType = "Standalone" ]
echo "restoring old database"
gunzip -c /myth/backup/mythconverg.sql.gz > /myth/backup/mythconverg.sql
mysql mythconverg < /myth/backup/mythconverg.sql
-
else
echo "Could not restore old database, mythconverg.sql is missing."
touch /tmp/.upgrade_db_failed