소스 검색

Add missing shebang

cloud-init expects a shebang in the beginning of the script
jpetazzo 12 년 전
부모
커밋
53e2e8209f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      install.sh

+ 2 - 1
install.sh

@@ -1,4 +1,5 @@
-# This script is meant for quick & easy install via 'curl URL-OF-SCRIPPT | bash'
+#!/bin/sh
+# This script is meant for quick & easy install via 'curl URL-OF-SCRIPT | bash'
 # Courtesy of Jeff Lindsay <progrium@gmail.com>
 
 cd /tmp