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

Fixup

parent 39b22a53
Branches
Tags
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 [:punct:]
grep "^\$dolibarr_$1" dolibarr_src/htdocs/conf/conf.php | cut -d '=' -f 2 | tr -d [\'\"\;]
}
APP_SERVICE="dolibarr"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment