Skip to content

Commit

Permalink
Fixing markup for 1.2.2 readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmathai committed Nov 8, 2011
1 parent 45c8ff1 commit f4ebdcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/configs/upgrade/readme/readme-1.2.2.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<br><br>
<div>
Create a directory named <em>userdata</em>.
<pre><code>mkdir <?php echo $userdataDirectory; ?>
<pre><code>mkdir <?php echo $userdataDirectory; ?></code></pre>
</div>
<div>
Change ownership to webserver user <em><?php echo exec('whoami'); ?></em>. This may require sudo.
<pre><code>chown <?php echo sprintf('%s %s', exec('whoami'), $userdataDirectory); ?>
<pre><code>chown <?php echo sprintf('%s %s', exec('whoami'), $userdataDirectory); ?></code></pre>
</div>

0 comments on commit f4ebdcd

Please sign in to comment.