diff options
Diffstat (limited to 'home/dot_local/share/bin/executable_lights')
| -rw-r--r-- | home/dot_local/share/bin/executable_lights | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_local/share/bin/executable_lights b/home/dot_local/share/bin/executable_lights index 69ea06c..490d227 100644 --- a/home/dot_local/share/bin/executable_lights +++ b/home/dot_local/share/bin/executable_lights @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh cmd="$1" [ -z "$cmd" ] && cmd="toggle" curl -X POST "$HASS_SERVER/api/webhook/$cmd" |