shorter wait

This commit is contained in:
rootzoll 2020-02-17 14:36:39 +01:00
parent e37bc4c3e3
commit 41c030be7f
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ _input=$(cat $_temp | xargs )
shred $_temp
if [ ${#_input} -eq 0 ]; then
echo "no peer entered - returning to menu ..."
sleep 3
sleep 2
exit 1
fi

View File

@ -63,7 +63,7 @@ pubKey=$(dialog --clear \
clear
if [ ${#pubKey} -eq 0 ]; then
echo "no channel selected - returning to menu ..."
sleep 3
sleep 2
exit 1
fi