udacity / cd0157-Server-Deployment-and-Containerization

Server Deployment and Configuration project. This was formerly the nd0044 course 4 project.
76 stars 2.9k forks source link

add shebang #9

Closed liyinxiao closed 3 years ago

liyinxiao commented 4 years ago

Without shebang you will get an error - OSError: [Errno 8] Exec format error

SudKul commented 3 years ago

Hi @liyinxiao We have reviewed your PR. A few commits in your PR contain your personal work, which cannot be merged with the Starter code in this repo. Besides, we have considered adding the Shebang line, in this commit.

Thanks, Udacity