diff --git a/bacula-backup/restore.cgi b/bacula-backup/restore.cgi index 23d9fcd6b..877d0ff60 100755 --- a/bacula-backup/restore.cgi +++ b/bacula-backup/restore.cgi @@ -90,6 +90,8 @@ foreach $clientjob (@clients) { } # Select the files + &wait_for($h->{'outfh'}, "\\\$"); # Wait for first prompt + print $wait_for_input; foreach $f (@files) { $f = &unix_to_dos($f); if ($f eq "/") {