From 95e41797ac301193ef03db0d74d64d373c0764d0 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 30 Sep 2015 00:26:27 +0200 Subject: [PATCH] $PATH fix --- hashboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashboot.sh b/hashboot.sh index c6e993e..00ac747 100755 --- a/hashboot.sh +++ b/hashboot.sh @@ -5,7 +5,7 @@ #7 = write error, 8 = dd error, 9 config file error VERSION="0.7.2" -PATH="/bin:/usr/bin:/sbin:/usr/sbin" +PATH="/bin:/usr/bin:/sbin:/usr/sbin:${PATH}" DIGEST_FILE="/var/lib/hashboot.digest" LOG_FILE="/tmp/hashboot.log"