From ab423aa5d0b474cae0250b663382a5ac63ff8638 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 14 Jan 2019 16:54:40 +0100 Subject: [PATCH] fix error ouptput --- home.admin/config.scripts/lnd.autounlock.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/lnd.autounlock.sh b/home.admin/config.scripts/lnd.autounlock.sh index ef4ba33..0874c3a 100755 --- a/home.admin/config.scripts/lnd.autounlock.sh +++ b/home.admin/config.scripts/lnd.autounlock.sh @@ -113,7 +113,7 @@ if [ "$1" = "0" ] || [ "$1" = "off" ]; then # delete password C securly echo "shredding password on for RaspiBlitz Auto-Unlock" - sudo shred -u /root/lnd.autounlock.pwd + sudo shred -u /root/lnd.autounlock.pwd 2>/dev/null echo "Auto-Unlock is now OFF" fi \ No newline at end of file