nextcloud / vm

💻☁📦 The Nextcloud VM (virtual machine appliance), Home/SME Server and scripts for RPi (4-5). Community developed and maintained.
https://download.nextcloudvm.com
GNU General Public License v3.0
1.32k stars 663 forks source link

fix #2619 #2620

Closed enoch85 closed 7 months ago

enoch85 commented 8 months ago

make sure the bin is exceutable

fix #2619

enoch85 commented 7 months ago

@pjrobertson Any update? :)

pjrobertson commented 7 months ago

Sorry, I was wary of running this on a production server, and don't have a staging server set up yet :'(

I did end up running it though, and this is what I got. I think this looks ok. The only one I'm not sure about - if it needs to be in there - is the Collabora_Online.AppImage?

++ find /var/www/nextcloud/apps -type f -executable
+ find_executables='./mail/vendor/christophwurst/kitinerary-bin/bin/kitinerary-extractor
./notify_push/bin/x86_64/notify_push
./richdocumentscode/collabora/Collabora_Online.AppImage
./translate/bin/node
./recognize/bin/node'
enoch85 commented 7 months ago

LGTM, let's merge!