-
-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when started from r/o directory #62
Comments
Looks like this is due to the fact that the piHoleVersion file (used to check for updates) is created in the working directory, which in your case is read-only. If @jpmck thinks it's appropriate, it would be pretty simple to change the script's behavior to always create the piHoleVersion file in the same directory as the piHole script (i.e. replace references to |
Proposal: create piHoleVersion file under the This padd-3.6.2.sh.patch do:
|
This makes sense to me. The linked PR #168 will fix/correct this 👍🏻 |
*Before submitting a bug report, are you using a test version of Pi-hole? No, release version
Describe the bug
I get an error message under the usual text block that blinks in and out.
CPU Temp: 104.4°F CPU Load: 0.07, 0.02, 0.03 CPU Load: [··········] 1.8% /home/pi/bin/padd.sh: line 536: ./piHoleVersion: Permission denied
/home/pi/bin/padd.sh: line 420: ./piHoleVersion: Permission denied
Steps to reproduce the behavior:
Expected behavior
No error message
Additional context
If you cd to the pi home directory all is well.
The text was updated successfully, but these errors were encountered: