mirror of
https://github.com/webmin/webmin.git
synced 2026-08-14 19:40:36 +01:00
Wait for first prompt https://sourceforge.net/tracker/?func=detail&aid=3585746&group_id=17457&atid=117457
This commit is contained in:
@@ -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 "/") {
|
||||
|
||||
Reference in New Issue
Block a user