From b007eb3488c2a6acc534cde41c96e900859ad9d5 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 13 Mar 2022 12:18:06 +0100 Subject: [PATCH] Update shebangs --- conf-sync.sh | 2 +- install.sh | 2 +- variables.conf.template | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/conf-sync.sh b/conf-sync.sh index 53f7481..4a6d3df 100755 --- a/conf-sync.sh +++ b/conf-sync.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash source "$(dirname "$0")/variables.conf" diff --git a/install.sh b/install.sh index 3a4fd8e..5ba3e02 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash source "$(dirname "$0")/variables.conf" diff --git a/variables.conf.template b/variables.conf.template index b60c486..4d53baa 100644 --- a/variables.conf.template +++ b/variables.conf.template @@ -1,5 +1,3 @@ -#!/bin/bash - # Copy this file as variables.conf, with the correct values sync_directory=/home/$(whoami)/.sync