Open anoniz opened 2 months ago
Thanks for reporting this.
It would be great if you could create a PR and we can ask the devs to take a look.
yeah sure,, i have solved the issue. making PR soon
@reetp Hi, I have made a PR, have a look.
No need @ anyone thanks.
I read it all when I get time.
I'll refer this to the team.
ok, thanks
This is in the queue for review but may take a while.
ok, thanks for letting me know
Description:
Summary: The
build.sh
script in theRocket.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 themkdir
command. Additionally, the script contains some unwanted characters that could be cleaned up.Steps to Reproduce:
Rocket.Chat/apps/meteor/packages/rocketchat-livechat/plugin/
.build.sh
script without specifying the shell explicitly.Expected Behavior:
mkdir
command should use the-p
flag to ensure parent directories are created if they do not exist.Actual Behavior:
mkdir
command does not create directories as expected because the-p
flag is missing.File Path:
Rocket.Chat/apps/meteor/packages/rocketchat-livechat/plugin/build.sh
Additional Information: