I don't have an account, so I can't test.asqwerth wrote: Fri Nov 19, 2021 6:50 am @fehlix
question 1:
are you able with this new version, to logout, and then login with the new command
Code: Select all
nordvpn login --nordaccount
Delays are always a matter to be adjusted depending on the systems response time.asqwerth wrote: Fri Nov 19, 2021 6:50 am question2:
In your much earlier post here: viewtopic.php?p=661237#p661237
you added a 3 sec delay to /etc/init.d/nordvpn:Now withCode: Select all
sudo sed -i '/ start)/a\ sleep 3' /etc/init.d/nordvpn
there is a further 5 second delay.Code: Select all
sh -c "pidof -q nordvpnd && exit; test -f /etc/init.d/nordvpn && sleep 5 && sudo /etc/init.d/nordvpn restart"
So the total delay you are suggesting is 8 secs? (for what it's worth, I reduced the delay in /etc/init.d/nordvpn to 1 sec; I wasn't sure whether I supposed to delete the whole sleep line so I just reduced the number of secs)