Sfoglia il codice sorgente

provision.pl - added cgi dir to skeleton via script

tags/release-00
gashapwn 3 anni fa
parent
commit
2ca69d3e71
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      perl-script/provision.pl

+ 1
- 0
perl-script/provision.pl Vedi File

@@ -48,6 +48,7 @@ system("su $admin_un -c 'git clone $GIT_REPO'");
chdir $REPO_DIR; chdir $REPO_DIR;


# Copy the skel directory # Copy the skel directory
system("mkdir ./skel/public_html/cgi");
system("cp -r ./skel/* /etc/skel/"); system("cp -r ./skel/* /etc/skel/");


# Setup the virtual environment # Setup the virtual environment


Loading…
Annulla
Salva