We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
no matter which way I try I'm unable to run the script. I keep getting permission denied even as sudo. please help
$ ./arps2mm.sh -bash: ./arps2mm.sh: Permission denied
sudo ./arps2mm.sh sudo: ./arps2mm.sh: command not found
The text was updated successfully, but these errors were encountered:
Hi @ElecTechAce
Could you try running the following and see if that helps?
cd ~/MagicMirror/modules/MMM-NetworkScanner/scripts chmod +x arps2mm.sh ./arps2mm.sh
Sorry, something went wrong.
got it. thank you so much
Make arps2mm.sh executable fixes #39
fffbf38
No branches or pull requests
no matter which way I try I'm unable to run the script. I keep getting permission denied even as sudo. please help
$ ./arps2mm.sh
-bash: ./arps2mm.sh: Permission denied
sudo ./arps2mm.sh
sudo: ./arps2mm.sh: command not found
The text was updated successfully, but these errors were encountered: