From 05e410f6f9ce717c97af33c5bc2a2624f7d2e130 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 21 Mar 2020 10:11:59 -0400 Subject: [PATCH] The hook is bash OK --- config/redshift/hooks/{brightness.sh => brightness.bash} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename config/redshift/hooks/{brightness.sh => brightness.bash} (95%) diff --git a/config/redshift/hooks/brightness.sh b/config/redshift/hooks/brightness.bash similarity index 95% rename from config/redshift/hooks/brightness.sh rename to config/redshift/hooks/brightness.bash index 431b75f..d17936c 100755 --- a/config/redshift/hooks/brightness.sh +++ b/config/redshift/hooks/brightness.bash @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash main() { : "${BRIGHTNESS_DAY:=100}"