mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-08 22:34:59 -06:00
Keep secure credentials in a separate config file (#16773)
This commit is contained in:
parent
62d9e3f50e
commit
38a9706e16
4 changed files with 17 additions and 5 deletions
|
@ -8,4 +8,5 @@ SED=$(which gsed || which sed)
|
|||
# Logic for returning nonzero based on answer here: https://stackoverflow.com/a/15966279/104648
|
||||
eval "${SED} -i '/\(\/\/\)*\([[:blank:]]*\)\(#define \b${1}\b\).*$/{s//\2\3 ${2}/;h};\${x;/./{x;q0};x;q9}' Marlin/Configuration.h" ||
|
||||
eval "${SED} -i '/\(\/\/\)*\([[:blank:]]*\)\(#define \b${1}\b\).*$/{s//\2\3 ${2}/;h};\${x;/./{x;q0};x;q9}' Marlin/Configuration_adv.h" ||
|
||||
(echo "ERROR: opt_set Can't find ${1}" >&2 && exit 9)
|
||||
eval "echo '#define ${@}' >>Marlin/Configuration_adv.h" ||
|
||||
(echo "ERROR: opt_set Can't set or add ${1}" >&2 && exit 9)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue