Changeset 1327 in MondoRescue
- Timestamp:
- Apr 18, 2007, 9:54:07 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/tools/action2qemu
r1288 r1327 54 54 sleep 300 55 55 fi 56 scp -P $sp -p $SCRIPT root@localhost:/tmp 56 ssh -q -p $sp root@localhost "mkdir -p ${TOOLHOME}" 57 scp -P $sp -p $SCRIPT root@localhost:${TOOLHOME} 57 58 bn=`basename "$SCRIPT"` 58 ssh -q -p $sp root@localhost " /tmp/$bn"59 ssh -q -p $sp root@localhost "${TOOLHOME}/$bn" 59 60 if [ $vmp -eq 1 ]; then 60 61 ssh -q -p $sp root@localhost "halt -p"
Note:
See TracChangeset
for help on using the changeset viewer.