Closed bslava closed 7 years ago
Hi,
In the setup.sh line 7: cd /etc/rc5.d you change the current directory and does not restore it in the future. Then the line 45: python ./auth_web.py fails since ./auth_web.py cannot be found. Please restore the cd.
cd /etc/rc5.d
python ./auth_web.py
Thanks!
Done! Thanks for the report!
Hi,
In the setup.sh line 7:
cd /etc/rc5.d
you change the current directory and does not restore it in the future. Then the line 45:python ./auth_web.py
fails since ./auth_web.py cannot be found. Please restore the cd.Thanks!