]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
fixed error message in unattended install
authorDaniel Glanzmann <dg@ipfire.org>
Mon, 29 Sep 2008 13:07:09 +0000 (15:07 +0200)
committerDaniel Glanzmann <dg@ipfire.org>
Mon, 29 Sep 2008 13:07:09 +0000 (15:07 +0200)
src/install+setup/install/unattended.c

index 1acace1b003687f3d6160052fbc725bf70ab5c2b..ad143399dc657abef25c0606c12b2756ca8f0c8f 100644 (file)
@@ -152,7 +152,7 @@ int unattended_setup(struct keyvalue *unattendedkv) {
            snprintf(commandstring, STRING_SIZE,
                    "cd /harddisk && /bin/tar -xvz --preserve -f /cdrom/%s", restore_file);
            if (mysystem(commandstring)) {
-               errorbox("unattended: ERROR setting admin password");
+               errorbox("unattended: ERROR restoring backup");
                return 0;
            }
        }