provision.pl - added cgi dir to skeleton via script

This commit is contained in:
gashapwn 2020-11-29 07:45:42 +00:00
parent 067441e753
commit 2ca69d3e71

View File

@ -48,6 +48,7 @@ system("su $admin_un -c 'git clone $GIT_REPO'");
chdir $REPO_DIR;
# Copy the skel directory
system("mkdir ./skel/public_html/cgi");
system("cp -r ./skel/* /etc/skel/");
# Setup the virtual environment