Browse Source

provision.pl - added cgi dir to skeleton via script

tags/release-00
gashapwn 3 years ago
parent
commit
2ca69d3e71
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      perl-script/provision.pl

+ 1
- 0
perl-script/provision.pl 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


Loading…
Cancel
Save