Skip to content

Commit

Permalink
Fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Aug 26, 2014
1 parent a32791f commit 1e28fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/debian/dolibarr.postinst
Expand Up @@ -129,7 +129,7 @@ case "$1" in
then
# Create an empty conf.php with permission to web server
setup_empty_conf
else
#else
# File already exist. We add params not found.
#echo Add new params to overwrite path to use shared libraries/fonts
#grep -q -c "dolibarr_lib_ADODB_PATH" $config || [ ! -d "/usr/share/php/adodb" ] || echo "<?php \$dolibarr_lib_ADODB_PATH='/usr/share/php/adodb'; ?>" >> $config
Expand Down

0 comments on commit 1e28fd3

Please sign in to comment.