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