diff --git a/scripts/chroot.sh b/scripts/chroot.sh index 711c36d498ec467c893357d5d91a73794c42ffde..3e7737696163dd5680dac2a8c06be6bee96762f0 100755 --- a/scripts/chroot.sh +++ b/scripts/chroot.sh @@ -615,6 +615,9 @@ cat > ${DIR}/chroot_script.sh <<-__EOF__ chown -R ${user_name}:${user_name} /var/lib/cloud9 echo "/var/lib/cloud9 : https://github.com/beagleboard/bonescript" >> /opt/source/list.txt + if [ -f /var/www/index.html ] ; then + rm -rf /var/www/index.html || true + fi qemu_command="git clone https://github.com/beagleboard/bone101 /var/www/ --depth 1 || true" qemu_warning git clone https://github.com/beagleboard/bone101 /var/www/ --depth 1 || true