summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/install_proxy.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-11-15 18:50:06 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-11-15 18:50:06 (GMT)
commitb03295cc13f34c6bbb185469832d2f33d78beff0 (patch)
tree2e97e8af1d79852c1791c986574746e2ed81c129 /abs/core-testing/LinHES-config/install_proxy.sh
parent1c72f48f8dfa6a8beda6724852237174222a8a40 (diff)
downloadlinhes_pkgbuild-b03295cc13f34c6bbb185469832d2f33d78beff0.zip
linhes_pkgbuild-b03295cc13f34c6bbb185469832d2f33d78beff0.tar.gz
linhes_pkgbuild-b03295cc13f34c6bbb185469832d2f33d78beff0.tar.bz2
-correct case for LinHES.
-check the correct location of mythconverge
Diffstat (limited to 'abs/core-testing/LinHES-config/install_proxy.sh')
-rwxr-xr-xabs/core-testing/LinHES-config/install_proxy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-config/install_proxy.sh b/abs/core-testing/LinHES-config/install_proxy.sh
index 113a3ee..57258da 100755
--- a/abs/core-testing/LinHES-config/install_proxy.sh
+++ b/abs/core-testing/LinHES-config/install_proxy.sh
@@ -270,7 +270,7 @@ function upgrade () {
#wrap this in a network check_network, no need to update the db if the import worked.
##### do I need to start mysql?
/etc/rc.d/mysqld stop
- if [ -f /myth/backup/mythconverg.sql.gz ]
+ if [ -f /new_boot/myth/backup/mythconverg.sql.gz ]
then
echo "--------------------------------"
echo "Restoring database"