Adding LOGFILE variable #27

Merged
jlecour merged 1 commit from variable-for-log-and-pidfile into master 2019-08-22 10:38:28 +02:00
Contributor

This is way better than hardcoding log file path.

This is way better than hardcoding log file path.
benpro added the
enhancement
label 2019-07-10 14:31:26 +02:00
Author
Contributor

@vlaborie Review and merge welcome

@vlaborie Review and merge welcome
Owner

I know it's not that important but we should put braces around variables, like this : ${LOGFILE}.

Other than that, I really like this kind of commits. It make the code so much more maintainable and less error prone. 👏

I know it's not that important but we should put braces around variables, like this : `${LOGFILE}`. Other than that, I really like this kind of commits. It make the code so much more maintainable and less error prone. :clap:
Author
Contributor

You should use braces when needed. For braces expansion like ${foo:-bar} or for concatenation like echo foo${bar}.

Here, there is no need for braces. 😑

You should use braces when needed. For braces expansion like `${foo:-bar}` or for concatenation like echo `foo${bar}`. Here, there is no need for braces. :expressionless:
Author
Contributor

I'm against using braces anytime. 😩

I'm against using braces anytime. :weary:
jlecour closed this pull request 2019-08-22 10:38:24 +02:00
jlecour deleted branch variable-for-log-and-pidfile 2019-08-22 10:38:33 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: evolix/evobackup#27
No description provided.