소스 검색

Ensure that downloaded script is executable

Bob Mottram 8 년 전
부모
커밋
71b9d16580
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/freedombone-image

+ 1
- 0
src/freedombone-image 파일 보기

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