Skip to content

Commit e5beaad

Browse files
committed
Merge pull request #2945 from rickpastoor/patch-2
Removed some unnecessary whitespace
2 parents f68b4ec + 2b3bffa commit e5beaad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ If there are any issues, correct them now before moving on.
236236
$ rm -rf app/cache/*
237237
$ rm -rf app/logs/*
238238
239-
$ APACHEUSER=`ps aux | grep -E '[a]pache|[h]ttpd' | grep -v root | head -1 | cut -d\ -f1`
240-
$ sudo chmod +a "$APACHEUSER allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs
241-
$ sudo chmod +a "`whoami` allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs
239+
$ APACHEUSER=`ps aux | grep -E '[a]pache|[h]ttpd' | grep -v root | head -1 | cut -d\ -f1`
240+
$ sudo chmod +a "$APACHEUSER allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs
241+
$ sudo chmod +a "`whoami` allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs
242242
243243
244244
**2. Using Acl on a system that does not support chmod +a**

0 commit comments

Comments
 (0)