Changeset 3358 in MondoRescue for branches/3.2/mindi/mindi


Ignore:
Timestamp:
Mar 7, 2015, 2:30:51 PM (9 years ago)
Author:
Bruno Cornec
Message:
  • Use mkdir -p in case dirs would not exist
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3357 r3358  
    24712471   
    24722472    # Copy of files mandatory for ssh to automate mount if sshfs is used
    2473     mkdir $mountpoint/.ssh $mountpoint/tmp
     2473    mkdir -p $mountpoint/.ssh $mountpoint/tmp
    24742474    cp -a ~root/.ssh/* $mountpoint/.ssh 2> /dev/null
    24752475    cat > $mountpoint/tmp/myssh << EOF
Note: See TracChangeset for help on using the changeset viewer.