sleep removed
This commit is contained in:
parent
cd56555143
commit
9e9dcc8bdc
1 changed files with 1 additions and 4 deletions
|
|
@ -49,14 +49,11 @@ fi
|
|||
remote_cmd() {
|
||||
sleep 1
|
||||
"$dir"/sshpass -p 'alpine' ssh -o StrictHostKeyChecking=no -p2222 root@localhost "$@"
|
||||
sleep 1
|
||||
}
|
||||
|
||||
remote_cp() {
|
||||
sleep 1
|
||||
"$dir"/sshpass -p 'alpine' scp -r -o StrictHostKeyChecking=no -P2222 $@
|
||||
|
||||
sleep 1
|
||||
}
|
||||
|
||||
step() {
|
||||
|
|
@ -1052,7 +1049,7 @@ if [ true ]; then
|
|||
|
||||
remote_cp -r other/rootfs/* root@localhost:/mnt1/
|
||||
remote_cmd "ldid -s /mnt1/jbin/launchd /mnt1/jbin/jbloader /mnt1/jbin/jb.dylib"
|
||||
remote_cmd "chmod +rwx /mnt8/jbin/launchd /mnt8/jbin/jbloader"
|
||||
remote_cmd "chmod +rwx /mnt1/jbin/launchd /mnt1/jbin/jbloader"
|
||||
remote_cmd "tar -xvf /mnt1/jbin/binpack/binpack.tar -C /mnt1/jbin/binpack/"
|
||||
sleep 1
|
||||
remote_cmd "rm /mnt1/jbin/binpack/binpack.tar"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue