Skip to content

Commit

Permalink
Adding /var/cache/drupal folder
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Nov 22, 2011
1 parent b89a24d commit 60c7aa9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sites/private/shell_scripts/3_configure_install.sh
Expand Up @@ -52,4 +52,7 @@ sleep 5
/etc/init.d/jenkins status

rm /var/www/index.html
echo "<?php phpinfo();" > /var/www/index.php
echo "<?php phpinfo();" > /var/www/index.php

mkdir /var/cache/drupal
chown -R jenkins.adm /var/cache/drupal

0 comments on commit 60c7aa9

Please sign in to comment.