From d5382ac05dd80fe5e963fd84bf00c970bda934c9 Mon Sep 17 00:00:00 2001 From: lolozere Date: Wed, 1 Jan 2014 14:09:02 +0100 Subject: [PATCH] Add support mimetype Add support mimetype for extension .sh, .bash and .sh-lib --- lib/private/mimetypes.list.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/private/mimetypes.list.php b/lib/private/mimetypes.list.php index 3034c2777f..740982910e 100644 --- a/lib/private/mimetypes.list.php +++ b/lib/private/mimetypes.list.php @@ -108,4 +108,7 @@ return array( 'cc' => 'text/x-c', 'cpp' => 'text/x-c++src', 'c++' => 'text/x-c++src', + 'sh' => 'text/x-shellscript', + 'bash' => 'text/x-shellscript', + 'sh-lib' => 'text/x-shellscript', );