From 9581b754cb39212dbebee56f46cb0260572c5df9 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Mon, 28 Nov 2022 00:04:12 -0600 Subject: use /bin/sh not /sbin/sh --- mpdup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpdup') diff --git a/mpdup b/mpdup index ca56b4a..434c0fb 100755 --- a/mpdup +++ b/mpdup @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # This loop will update the mpd statusbar module whenever a command changes the # music player's status. mpd must be running on X's start for this to work. -- cgit v1.2.3