]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add support mimetype
authorlolozere <laurent@chedanne.pro>
Wed, 1 Jan 2014 13:09:02 +0000 (14:09 +0100)
committerlolozere <laurent@chedanne.pro>
Wed, 1 Jan 2014 13:09:02 +0000 (14:09 +0100)
Add support mimetype for extension .sh, .bash and .sh-lib

lib/private/mimetypes.list.php

index 3034c2777f7e3d11073ba2bbd116def6efea25ab..740982910e0776c6abf518e91aff18b301e167c9 100644 (file)
@@ -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',
 );