Skip to content

Commit 2141b63

Browse files
committed
Cleaner syntax user
Cleaner syntax user
1 parent bd02a26 commit 2141b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odoo_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ else
102102
fi
103103

104104
echo -e "\n---- Create ODOO system user ----"
105-
adduser --system --quiet --home=$OE_HOME --group $OE_USER
105+
adduser --system --group --quiet --home=$OE_HOME $OE_USER
106106

107107
echo -e "\n---- Create Log directory ----"
108108
mkdir /var/log/$OE_USER

0 commit comments

Comments
 (0)