mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-20 02:47:34 +01:00
fix error ouptput
This commit is contained in:
@@ -113,7 +113,7 @@ if [ "$1" = "0" ] || [ "$1" = "off" ]; then
|
|||||||
|
|
||||||
# delete password C securly
|
# delete password C securly
|
||||||
echo "shredding password on for RaspiBlitz Auto-Unlock"
|
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"
|
echo "Auto-Unlock is now OFF"
|
||||||
fi
|
fi
|
||||||
Reference in New Issue
Block a user