Skip to content

Commit

Permalink
- Changes:
Browse files Browse the repository at this point in the history
  -- Readme typos
  -- helper-scripts minor tweaks
  • Loading branch information
catalin-domatix committed Jan 2, 2020
1 parent 4c21404 commit 46634f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pure bash docker-compose frontend for managing Odoo development instances
- this will install an executable in `/usr/bin/` called `cnt`; before installing check that it doesn't conflict with your system configuration. regarding docker,
a `domatix/odoo:base` image will be installed; you also need to check that this does not conflict with your current system configuration.

- this document explains the basic installation and update steps. if you want to know the ins and outs for this program, check the dev documentation @ the [wiki](https://github.com/Domatix/odm/wiki)
- this document explains the basic installation and update steps. if you want to know the script's ins and outs, check the development [documentation](https://github.com/Domatix/odm/wiki)


## install
Expand Down
2 changes: 1 addition & 1 deletion helper-scripts/generate-conf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

cd ~/custom
addons=$(cd addons; ls -l | awk '{print $9}')
if [ -f etc/odoo.tmp.conf ];
if [[ -f etc/odoo.tmp.conf ]];
then
rm etc/odoo.tmp.conf
fi
Expand Down

0 comments on commit 46634f0

Please sign in to comment.