create cgi-bin dir
This commit is contained in:
parent
959ab99486
commit
939efd4d96
@ -56,6 +56,10 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [[ ! -d /srv/www/$domain/cgi-bin ]]; then
|
||||
install --owner=$username --group=$username --mode=755 --directory /srv/www/$domain/cgi-bin
|
||||
fi
|
||||
|
||||
if [[ ! -d /usr/local/lib/cgi-wrap/$domain ]]; then
|
||||
mkdir -p /usr/local/lib/cgi-wrap/$domain
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user