mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-25 10:16:35 +00:00
Add shebang to script/server to avoid errors (#154)
This commit is contained in:
parent
19f00d83e0
commit
99fb252b4a
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
Loading…
x
Reference in New Issue
Block a user