Imported Upstream version 3.3.0
[debian/amanda] / server-src / amaddclient.pl
index 25df522d5eee3941117004f5a60ad6f7ceadcb71..8c62d0ecd27b8fe34a1951fe83c1d08779a458dc 100755 (executable)
@@ -341,7 +341,7 @@ unless ( defined $dumptype ) {
     my $scp_opt2="-o ConnectTimeout=15";   #timeout after 15 seconds
     my $ssh="ssh";
     my $ssh_opt="-x"; # -x as a placeholder, otherwise ssh complains
-    my $mkdir="mkdir";
+    my $mkdir="mkdir -p";
     my $client_conf_dir="$confdir/$config";
     my $amanda_client_conf="$client_conf_dir/amanda-client.conf";
     my $file="$amandahomedir/.amandahosts";