From e678497dc245fda41834f01b55249910c497b2a0 Mon Sep 17 00:00:00 2001 From: Morgan Aldridge Date: Sat, 31 Dec 2022 23:07:14 -0500 Subject: [PATCH] Use bash from environment instead of hard-coded path for better compatibility. Issue #344 --- common/profile-sync-daemon.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/profile-sync-daemon.in b/common/profile-sync-daemon.in index 161868d..a57f25a 100644 --- a/common/profile-sync-daemon.in +++ b/common/profile-sync-daemon.in @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Profile-sync-daemon by graysky