Skip to content
Snippets Groups Projects
Commit 490de75e authored by Dmitriy Gerasimov's avatar Dmitriy Gerasimov
Browse files

[*] Fixed bug with PREFIX

parent 94bb1edf
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ fi
cat $DAP_CFG_TPL > $DAP_CFG || true
sed -i "s/{PREFIX}/$RET/g" $DAP_PREFIX || true
sed -i "s/{PREFIX}/$RET/g" $DAP_CFG || true
db_get cellframe-node/debug_mode || true
sed -i "s/{DEBUG_MODE}/$RET/g" $DAP_CFG || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment