mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
move wait key
This commit is contained in:
parent
e7de7264b3
commit
a0cdca5d8a
@ -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
|
Loading…
x
Reference in New Issue
Block a user