mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
move wait key
This commit is contained in:
@@ -194,8 +194,6 @@ case $CHOICE in
|
||||
;;
|
||||
EXPORT)
|
||||
sudo /home/admin/config.scripts/lnd.export.sh
|
||||
echo "Press ENTER to return to main menu."
|
||||
read key
|
||||
;;
|
||||
NAME)
|
||||
sudo /home/admin/config.scripts/lnd.setname.sh
|
||||
|
@@ -162,4 +162,9 @@ elif [ "${exportType}" = "reset" ]; then
|
||||
|
||||
else
|
||||
echo "FAIL: unknown '${exportType}' -run-> ./lnd.export.sh -h"
|
||||
fi
|
||||
|
||||
if [ "$1" = "" ] || [ $# -eq 0 ]; then
|
||||
echo "Press ENTER to return to main menu."
|
||||
read key
|
||||
fi
|
Reference in New Issue
Block a user