diff options
author | Sebastiaan Lokhorst | 2018-06-10 11:48:52 +0200 |
---|---|---|
committer | Sebastiaan Lokhorst | 2018-06-10 11:48:52 +0200 |
commit | 294760cf1f024d3154c468e79e6cc4888a3723a5 (patch) | |
tree | dbd9e076586232fc67beb93812e30dd72fdc71f3 | |
parent | 991cce490de11d72ded2ccae4b987adea3d06999 (diff) | |
download | aur-294760cf1f024d3154c468e79e6cc4888a3723a5.tar.gz |
Oops.. systemd-sysusers doesn't need an argument
-rw-r--r-- | odoo.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odoo.install b/odoo.install index ccd6c9ad5de..574fe9aac89 100644 --- a/odoo.install +++ b/odoo.install @@ -1,7 +1,7 @@ post_upgrade() { # the systemd-sysusers hook is run *after* this function, # so the odoo user might not exist yet - systemd-sysusers /usr/lib/sysusers.d/odoo.conf + systemd-sysusers mkdir -p /var/lib/odoo chown -R odoo:odoo /var/lib/odoo } |