Skip to content
Snippets Groups Projects
Verified Commit 54ed9e9b authored by David Beniamine's avatar David Beniamine
Browse files

Fix bad tr

parent f5b92560
Branches
No related tags found
No related merge requests found
#!/bin/bash
get_conf_val () {
grep "^\$dolibarr_$1" dolibarr_src/htdocs/conf/conf.php | cut -d '=' -f 2 | tr -d [\'\"\;]
grep "^\$dolibarr_$1" dolibarr_src/htdocs/conf/conf.php | cut -d '=' -f 2 | sed -e "s/^[\"']//" -e "s/[\"'];//"
}
APP_SERVICE="dolibarr"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment