easy-wi / developer

Gameserver, Voiceserver Webinterface
https://easy-wi.com
GNU General Public License v3.0
221 stars 83 forks source link

added $dirChmod and $fileChmod variable to LinuxStartApp() #1345

Closed Pr0mises closed 1 year ago

Pr0mises commented 1 year ago

Those variables are already present in linuxAddApp(). I need to have different permissions for different servers, so they can access each other (socket sync). It would be easier for me to update those permissions with this change. (Also less hardcoded variables :) )