fixed error message in unattended install

This commit is contained in:
Daniel Glanzmann
2008-09-29 15:07:09 +02:00
parent f4459fc985
commit af527744fa

View 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;
}
}