run command to copy restore file

This commit is contained in:
Daniel Glanzmann
2008-09-30 13:59:06 +02:00
parent f6281b9ae4
commit dca095e1d5

View File

@@ -555,6 +555,7 @@ int main(int argc, char *argv[])
fprintf(flog, "unattended: Copy restore file\n");
snprintf(commandstring, STRING_SIZE,
"cp /cdrom/%s /harddisk/var/ipfire/backup", restore_file);
mysystem(commandstring);
}
mysystem("umount /cdrom");