Skip to content

Commit

Permalink
Use sudo in webapp/_lib/view/500-perm.html's chown command
Browse files Browse the repository at this point in the history
For consistency; to match webapp/_lib/controller/class.InstallerController.php
and webapp/_lib/class.AppUpgraderDiskUtil.php
  • Loading branch information
waldyrious committed Dec 21, 2012
1 parent adb3162 commit 9bedf61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/_lib/view/500-perm.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1><span id="headerthink">Think</span><span id="headerup">Up</span></h1>
style="float: left; margin: .3em 0.3em 0 0;"></span> <b>Oops!</b> ThinkUp is unable
to run because of incorrect folder permissions.<br /><br />
To fix this problem, run<br />
<code>chown -R #WHOAMI# #COMPILE_DIR#</code><br />
<code>sudo chown -R #WHOAMI# #COMPILE_DIR#</code><br />
on your server, using root (or sudo), and then reload this page to continue.<br /><br />
If you don't have root access, use the following command instead:<br />
<code>chmod -R 777 #COMPILE_DIR#</code><br />
Expand All @@ -70,4 +70,4 @@ <h1><span id="headerthink">Think</span><span id="headerup">Up</span></h1>

</body>

</html>
</html>

0 comments on commit 9bedf61

Please sign in to comment.