Usage of backticks is discouraged
dehesselle opened this issue · 2 comments
dehesselle commented
The code is not consistent in how it invokes commands. Usage of backticks like in this example...
syno_autoshutdown/autoshutdown.sh
Line 24 in 66d9a30
... is generally discouraged and should be replaced by
$(foo ...)
rfuehrer commented
yeah, u r right. I know ;). ``is "my old style", $() the new. we have to harmonize this...
rfuehrer commented
fixed