Latif Nizamani
Latif Nizamani
**Description:** **Summary:** The `build.sh` script in the `Rocket.Chat/apps/meteor/packages/rocketchat-livechat/plugin/` directory is missing a shebang line and fails to create directories correctly due to the absence of the `-p` flag with the...
This PR addresses issue #33123 by making the following changes in `Rocket.Chat/apps/meteor/packages/rocketchat-livechat/plugin/build.sh`: - Added a shebang line (`#!/bin/bash`) at the beginning of the script to specify the shell to use....
in this file https://github.com/expressjs/multer/blob/master/StorageEngine.md its giving a template for making a custom storage engine but there is a problem I guess.. ```js function MyCustomStorage (opts) { this.getDestination = (opts.destination ||...