sleep removed

This commit is contained in:
edwin170 2024-04-03 15:13:40 -04:00
parent cd56555143
commit 9e9dcc8bdc

View file

@ -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"