It's working perfectly for me, however I noticed a quick little issue in the install process – when running the install.sh script without a plugins directory parameter, the script will attempt to write to /. I've added some quick validation to ensure that the user has passed in a parameter before attempting the copy.
Hey there 👋 Thanks for an awesome project!
It's working perfectly for me, however I noticed a quick little issue in the install process – when running the
install.sh
script without a plugins directory parameter, the script will attempt to write to/
. I've added some quick validation to ensure that the user has passed in a parameter before attempting the copy.Previously:
Now:
Thanks again! 🌟