Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use sudo in webapp/_lib/view/500-perm.html's chown command #1418

Merged
merged 1 commit into from Dec 23, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions webapp/_lib/view/500-perm.html
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>