[AIRFLOW-3643] Add shebang to docs/start_doc_server.sh (#4650)

Since this script uses bash syntax, shebang needs to be added.
This commit is contained in:
T. Tanay 2019-02-07 17:02:48 +05:30 коммит произвёл Ash Berlin-Taylor
Родитель ba66fa7e77
Коммит 4230404abc
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,5 @@
#!/usr/bin/env bash
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file