From f899a41b434518078e7f93aa91636787901a7920 Mon Sep 17 00:00:00 2001 From: Nikhil Jha Date: Feb 18 2020 23:20:33 +0000 Subject: typo --- diff --git a/05-setup-user.sh b/05-setup-user.sh index 161ed19..93f832a 100644 --- a/05-setup-user.sh +++ b/05-setup-user.sh @@ -42,7 +42,7 @@ then cp phone-scripts/* rootfs/root infecho "Chrooting with qemu into rootfs..." - chroot rootfs qemu-aarch64-static /bin/bash all.sh + chroot rootfs qemu-aarch64-static /bin/bash /root/all.sh infecho "Unmounting rootfs..." sleep 3 diff --git a/phone-scripts/all.sh b/phone-scripts/all.sh index f3858e5..3f5f6e7 100644 --- a/phone-scripts/all.sh +++ b/phone-scripts/all.sh @@ -1,4 +1,4 @@ #!/bin/bash set -e -bash 01-create-sudo-user.sh \ No newline at end of file +bash /root/01-create-sudo-user.sh \ No newline at end of file