Search found 2 matches

Re: The End

HappyGhecko wrote:
Sun Jun 16, 2019 11:54 pm
First (and only post) since 2012. Good job Silverware, you catched a lurker here using only your tidy code.
To be honest, it is not the first time someone posting a shell script has baited me out of lurking in a forum...

Re: The End

Just to show how my code looks when being written for a production environment. args="" if [ -n "${MASTER}" ]; then args="${args} -S ${MASTER}"; fi if [ -n "${CLIENT}" ]; then args="${args} -C ${CLIENT}"; fi if [ -n "${POLICY}" ]; then args="${args} -k ${POLICY}"; fi if [ -n "${POLICYTYPE}" ]; then...

Go to advanced search

cron