Skip to content
Snippets Groups Projects
Commit 965b6ba9 authored by Aleksandr Vodianov's avatar Aleksandr Vodianov Committed by dmitriy.gerasimov
Browse files

Bugs 4905

parent 490de75e
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ fi ...@@ -25,7 +25,7 @@ fi
cat $DAP_CFG_TPL > $DAP_CFG || true cat $DAP_CFG_TPL > $DAP_CFG || true
sed -i "s/{PREFIX}/$RET/g" $DAP_CFG || true sed -i "s/{PREFIX}/\/opt\/$DAP_APP_NAME/g" $DAP_CFG || true
db_get cellframe-node/debug_mode || true db_get cellframe-node/debug_mode || true
sed -i "s/{DEBUG_MODE}/$RET/g" $DAP_CFG || 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