mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-23 00:27:47 +02:00
fix tar restore
This commit is contained in:
@@ -132,7 +132,7 @@ elif [ ${mode} = "restore" ]; then
|
||||
|
||||
# unpack zip
|
||||
echo "Restoring LND data from ${filename} ..."
|
||||
sudo tar -xfv ${filename} -C /
|
||||
sudo tar -xf ${filename} -C /
|
||||
echo "OK"
|
||||
echo
|
||||
|
||||
|
Reference in New Issue
Block a user