Skip to content

Commit

Permalink
Adjust demo server to new temp dir
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed May 5, 2017
1 parent d2e6ef1 commit ed0b42a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demo/bin/pma-demo-update
Expand Up @@ -59,10 +59,10 @@ for REPONAME in $REPOS ; do
# Store revision info
~/scripts/demo/bin/pma-revision-info

# Create cache dir
mkdir -p cache/
chmod 770 cache/
chgrp www-data cache/
# Create temp dir
mkdir -p tmp/
chmod 770 tmp/
chgrp www-data tmp/

# Update composer deps
if [ -f composer.json ] ; then
Expand Down

0 comments on commit ed0b42a

Please sign in to comment.