Skip to content
Snippets Groups Projects
Commit 9b62a29f1b72 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:lipstick: fix indentation

parent 2c832c5e5ebf
No related branches found
No related tags found
No related merge requests found
...@@ -62,9 +62,9 @@ ...@@ -62,9 +62,9 @@
shift shift
if [[ $# -gt 0 ]]; if [[ $# -gt 0 ]];
then then
echo "[${YELLOW}INFO${RESET}] Using database user $1" echo "[${YELLOW}INFO${RESET}] Using database user $1"
PG_USER=-U$1 PG_USER=-U$1
ODOO_USER=--db_user=$1 ODOO_USER=--db_user=$1
dbowner=$1 dbowner=$1
shift shift
else else
...@@ -70,6 +70,6 @@ ...@@ -70,6 +70,6 @@
else else
PG_USER="" PG_USER=""
ODOO_USER="" ODOO_USER=""
fi fi
else else
PG_HOST="" PG_HOST=""
......
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