diff --git a/script/build b/script/build index 9f1b0b15..41a77679 100755 --- a/script/build +++ b/script/build @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Stop on errors set -e diff --git a/script/develop b/script/develop index d1b851be..f0846a52 100755 --- a/script/develop +++ b/script/develop @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Stop on errors set -e diff --git a/script/sync-vscode b/script/sync-vscode index 38e9fd58..436ed579 100755 --- a/script/sync-vscode +++ b/script/sync-vscode @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copies all files which are shared between vscode and dashboard editor diff --git a/web.esphome.io/script/build_web b/web.esphome.io/script/build_web index 7affe0c7..ebc431a5 100755 --- a/web.esphome.io/script/build_web +++ b/web.esphome.io/script/build_web @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Stop on errors set -e diff --git a/web.esphome.io/script/develop_web b/web.esphome.io/script/develop_web index 832cfce3..d2a0e1c5 100755 --- a/web.esphome.io/script/develop_web +++ b/web.esphome.io/script/develop_web @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [ -z "$PORT" ]; then PORT=5006