Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Goal: make both standup scripts work with Debian 12
Why this patch ?
wget
started writing logs file as explained more in details hereOther comments
The workaround described here works however the append option
-a
is preferred to option-o
, this way we have a single log file forwget
and then it is easier to append logs tostandup.log
andstandup.err
log fileswget
command is used other 2 times in the scripts, but withoutsudo -u standup
, ie no issues with logs here and no need to add option-a
changes are retrocompatible and work also on Debian 11 but
StandUp.sh
script has been tested onlyTODO
LinodeStandUp.sh
StandUp.sh
LinodeStandUp.sh
by maintainerStandUp.sh
by maintainerNEXT STEPS