You can fix this by editing wp-includes/functions.php then you should find php function wp_get_mime_types() and add additional array values, for example:
‘sh’ => ‘application/sh’, or some others file extensions
You can fix this by editing wp-includes/functions.php then you should find php function wp_get_mime_types() and add additional array values, for example:
‘sh’ => ‘application/sh’, or some others file extensions