From 9bedf61728b8bee4e39075e592fa87a56651392a Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 21 Dec 2012 18:11:25 +0000 Subject: [PATCH] Use sudo in webapp/_lib/view/500-perm.html's chown command For consistency; to match webapp/_lib/controller/class.InstallerController.php and webapp/_lib/class.AppUpgraderDiskUtil.php --- webapp/_lib/view/500-perm.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/_lib/view/500-perm.html b/webapp/_lib/view/500-perm.html index 65c8f43ce1..033c5b9301 100644 --- a/webapp/_lib/view/500-perm.html +++ b/webapp/_lib/view/500-perm.html @@ -57,7 +57,7 @@

ThinkUp

style="float: left; margin: .3em 0.3em 0 0;"> Oops! ThinkUp is unable to run because of incorrect folder permissions.

To fix this problem, run
-chown -R #WHOAMI# #COMPILE_DIR#
+sudo chown -R #WHOAMI# #COMPILE_DIR#
on your server, using root (or sudo), and then reload this page to continue.

If you don't have root access, use the following command instead:
chmod -R 777 #COMPILE_DIR#
@@ -70,4 +70,4 @@

ThinkUp

- \ No newline at end of file +