Ensure that downloaded script is executable

This commit is contained in:
Bob Mottram 2016-11-05 20:01:45 +00:00
parent 0fa48e31d1
commit 71b9d16580
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ function image_setup {
echo $"No debian debootstrap script was found for $DEBIAN_VERSION"
return
fi
sudo chmod +x /usr/share/debootstrap/scripts/${DEBIAN_VERSION}
;;
*)
echo $'Unkown operating system'