Block data type

This commit is contained in:
Arun Prakash Jana 2020-05-10 02:18:02 +05:30
parent 1f51417c63
commit 7718936737
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 3 additions and 0 deletions

View File

@ -477,6 +477,9 @@ handle_blocked() {
application/x-shellscript)
exit 0;;
application/octet-stream)
exit 0;;
esac
}