I'm currently using pfsense as a firewall. I am wanting to extend the GUI to offer more features that I need. When I try to initialize the www
directory with git I get the following error:
failed to stat '.': No such file or directory
I can initialize other directories, for example /usr/local/
will initialize fine but when I run git status in /usr/local/
I get the following out:
On branch master
Initial commit
Untracked files:
(use "git add <file>..." to include in what will be committed)
bin/
etc/
include/
info/
lib/
libdata/
libexec/
sbin/
share/
This should also show the www
directory.
pfsense utilises lighthttpd & freeBSD - if this is any help.
Thanks in advance.