Skip to content

Commit 17c18ca

Browse files
committed
Fix Press Enter to continue...
Signed-off-by: fpv.dev <[email protected]>
1 parent d087baf commit 17c18ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wallet-generator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo " - Never share your mnemonic phrase"
1515
echo " - Don't store wallet files on cloud services"
1616
echo " - Use on a secure, offline computer for production wallets"
1717
echo ""
18-
read -p "Press Enter to continue..."
18+
read -p "Press Enter to continue..." < /dev/tty
1919
echo ""
2020
echo "=== octra wallet generator installer ==="
2121
echo ""

0 commit comments

Comments
 (0)