partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 043923acab19680e6fc01c6b4d92b165c8458f02
parent fe584ba8058119f36df0b035c5a176753443e132
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed,  4 Nov 2015 18:02:34 +0100

Added note regarding SELinux, fixes #406

Diffstat:
Mapp/PartKeeprRequirements.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/PartKeeprRequirements.php b/app/PartKeeprRequirements.php @@ -47,7 +47,7 @@ class PartKeeprRequirements extends SymfonyRequirements } catch (\Exception $e) { $this->addRequirement( false, - sprintf('Directory %s and all subfolders/files must be writable', $path), + sprintf('Directory %s and all subfolders/files must be writable.<br/><br/>If you already set the subfolders and files writable, you might have SELinux installed. Read <a href="https://wiki.partkeepr.org/wiki/SELinux" target="_blank">the PartKeepr SELinux Wiki Article</a> for further information.<br/>', $path), $e->getMessage()); } }