commenting out an application

anyone know if the following will create a dangling thread or anything negative at all?

+ I Exec bash -c 'usr/etc/#startMyApp'

with the ‘#’ right in the middle of the path to the executable, instead of commenting out the entire line? I am just curious if there are any negative aspects of doing this… I was just wondering is all :slight_smile:

thanks,
Skender

No, that ought to be OK.

– Thomas Adam