]> hackdaworld.org Git - scripts/scripts.git/commitdiff
changed left-hand -> compaq
authorhackbard <hackbard>
Wed, 10 Sep 2003 13:34:48 +0000 (13:34 +0000)
committerhackbard <hackbard>
Wed, 10 Sep 2003 13:34:48 +0000 (13:34 +0000)
backup.sh

index d7bce9a36bc064a0065b292cb8fc5626914ad269..5cd15a2fb2f41a176ef6ae063848de4b91149377 100755 (executable)
--- a/backup.sh
+++ b/backup.sh
@@ -24,7 +24,7 @@ elif [ "$host" = "hackstation" ] ; then
 elif [ "$host" = "hdw" ] ; then
        mount -tnfs hackstation:/mnt/lfs/backup /mnt/nfs
        backup_dir="/mnt/nfs"
-elif [ "$host" = "left-hand" ] ; then
+elif [ "$host" = "compaq" ] ; then
        mount -tnfs hackstation:/mnt/lfs/backup /mnt/nfs
        backup_dir="/mnt/nfs"
 else