capdrupal icon indicating copy to clipboard operation
capdrupal copied to clipboard

Compatibility with FreeBSD

Open uniquename opened this issue 4 years ago • 1 comments

Compatibility with FreeBSD

On FreeBSD the find command doesn't have the -executable flag, so its throwing an error

find: -executable: unknown primary or operator

🔢 To Reproduce

Deploy to a FreeBSD system.

I created a quick fix over here https://github.com/uniquename/capdrupal/commit/1976b82b81b98df139fefb5565456c8228bd76cc but that makes it only work on FreeBSD. I'm not familiar enough with ruby to make it detect the OS.

uniquename avatar Jan 27 '21 20:01 uniquename

mmh pretty interesting, we have to checkout out how others deployment PHP (https://github.com/capistrano/symfony) deal with that kind of behavior

WengerK avatar Apr 16 '21 07:04 WengerK