From 351514e73aa36476f14f6b1125125b3c8d40cd65 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 25 Apr 2021 11:56:27 +0200 Subject: switch interpreter to bash for ./config --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index a5d38c5..214184e 100755 --- a/config +++ b/config @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash export $(cat .env | xargs) -- cgit v1.2.3