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