Ensure that downloaded script is executable
This commit is contained in:
parent
0fa48e31d1
commit
71b9d16580
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue