provision.pl - added cgi dir to skeleton via script
This commit is contained in:
parent
067441e753
commit
2ca69d3e71
@ -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…
Reference in New Issue
Block a user