mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
increase delay
This commit is contained in:
@@ -49,9 +49,9 @@ if [ "$1" = "menu" ]; then
|
|||||||
--yesno "\nYou can connect Sphinx App over Tor. Its build in for iOS and on Android you need to use it together with the Orbot App." 10 72
|
--yesno "\nYou can connect Sphinx App over Tor. Its build in for iOS and on Android you need to use it together with the Orbot App." 10 72
|
||||||
if [ "$?" != "1" ]; then
|
if [ "$?" != "1" ]; then
|
||||||
echo "sphinxrelay_connection='tor'" >> /mnt/hdd/raspiblitz.conf
|
echo "sphinxrelay_connection='tor'" >> /mnt/hdd/raspiblitz.conf
|
||||||
echo "Please wait (+10secs) ... restarting sphinx relay to use tor"
|
echo "Please wait (+25secs) ... restarting sphinx relay to use tor"
|
||||||
sudo systemctl restart sphinxrelay
|
sudo systemctl restart sphinxrelay
|
||||||
sleep 10
|
sleep 25
|
||||||
else
|
else
|
||||||
# other options (dont set sphinxrelay_connection)
|
# other options (dont set sphinxrelay_connection)
|
||||||
echo "OK - keep as it is"
|
echo "OK - keep as it is"
|
||||||
@@ -116,7 +116,7 @@ MAINMENU > SUBSCRIBE > IP2TOR > SPHINX"
|
|||||||
|
|
||||||
text="${text}\n\nUse 'Connect App' to pair Sphinx App with RaspiBlitz."
|
text="${text}\n\nUse 'Connect App' to pair Sphinx App with RaspiBlitz."
|
||||||
|
|
||||||
whiptail --title " SPHINX RELAY " --yes-button "Connect App" --no-button "Back" --yesno "${text}" 15 69
|
whiptail --title " SPHINX RELAY " --yes-button "Connect App" --no-button "Back" --yesno "${text}" 15 76
|
||||||
response=$?
|
response=$?
|
||||||
if [ "${response}" == "1" ]; then
|
if [ "${response}" == "1" ]; then
|
||||||
echo "please wait ..."
|
echo "please wait ..."
|
||||||
|
Reference in New Issue
Block a user