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
prefscleaner.sh cannot start #1770
Comments
Just a thought, but can you run |
authentication failed |
The first time when I ru updater.sh and prefsCleaner.sh both works but lthe next time the problem. |
Can you run |
ls -l user.js prefs.js updater.sh prefsCleaner.sh |
Thanks. That's bizarre. If I read that correctly, you should be able to modify those files. |
Can you please run
Please also show us the command you're using to run these scripts. Are you running them as |
I am running as user aj. After I run ./updater.sh which works now: and now i the problem: I do not know why changing user.js aj to wheel? Thank you for your time. |
Did you changed your primary group to wheel rather than adding wheel as supplementary group? What does |
Hi, I removed the check for "is group == root/wheel" in both scripts, because it's probably enough to check the user only. If you have auto-update enabled, both scripts should update themselves and the problem should be fixed. |
I assume this worked? closing - feel free to ping me if it doesn't work |
`prefsCleaner.sh canot start:
./prefsCleaner.sh
It looks like this script was previously run with elevated privileges,
you will need to change ownership of the following files to your user:
./user.js
Update work to version 119.
If I run updater.sh again it doesn't work and I got the same msg as I wrote above.`
Thank you.
The text was updated successfully, but these errors were encountered: