diff --git a/perl-script/provision.pl b/perl-script/provision.pl index 6d90c63..2c80a0c 100644 --- a/perl-script/provision.pl +++ b/perl-script/provision.pl @@ -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