Hi all, i'm brand new on FreeBSD, i want to run a python script for pfsense firewall running on FreeBSD (FreeBSD 10.3-RELEASE-p9)
this is the script
https://github.com/edgauthier/pfsense-backup
I already installed beautifulsoup4 (py27-beautifulsoup-4.4.1)
So, when i make this as root
get this:
What i tried:
What i doing wrong?
Thanks!
Monchito[/code]
this is the script
https://github.com/edgauthier/pfsense-backup
I already installed beautifulsoup4 (py27-beautifulsoup-4.4.1)
So, when i make this as root
. pfsense-backup.py
get this:
/usr/local/bin/.: Permission denied.
What i tried:
Chmod +x pfsense-backup.py
Chmod 775 pfsense-backup.py
those are the permissions:
-rwxrwxrwx 1 root wheel 6278 Mar 21 16:00 pfsense-backup.py
- Changes on the script:
#!/usr/bin/env python2
to
#!/usr/local/bin python2
What i doing wrong?
Thanks!
Monchito[/code]