luckman212 / wgfix

2 stars 0 forks source link

Executable #1

Open FreeWillyB opened 1 year ago

FreeWillyB commented 1 year ago

Try telling git to make the file as executable.

git update-index --chmod=+x wgfix.sh
luckman212 commented 1 year ago

Thanks @FreeWillyB but I've already tried that. The git repo has the proper flags set, it just seems that whatever is unpacking it on the pfSense side or how System Patches processes things, the +x bit isn't respected.

Even when manually downloading the patch to my desktop, I can see the file should be set executable:

CleanShot 2022-10-04 at 09 36 01

I posted a question on the FreeBSD forum.

FreeWillyB commented 1 year ago

Weird! I figured I'd mention it, but had a feeling you had already done that.