ianperrin / MMM-NetworkScanner

A module for MagicMirror which determines the status of devices on the network based on their MAC or IP address

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

issue running ./arps2mm.sh script

ElecTechAce opened this issue · comments

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

commented

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

got it. thank you so much