We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8475488 commit 80afb96Copy full SHA for 80afb96
install/odoo-install.sh
@@ -58,12 +58,11 @@ sed -i \
58
-e "s|^;*db_password *=.*|db_password = $DB_PASS|" \
59
/etc/odoo/odoo.conf
60
$STD sudo -u odoo odoo -c /etc/odoo/odoo.conf -d odoo -i base --stop-after-init
61
-systemctl restart odoo
62
echo "${LATEST_VERSION}" >/opt/${APPLICATION}_version.txt
63
msg_ok "Configured Odoo"
64
65
msg_info "Restarting Odoo"
66
-
+systemctl restart odoo
67
msg_ok "Restarted Odoo"
68
69
motd_ssh
@@ -72,6 +71,7 @@ customize
72
71
msg_info "Cleaning up"
73
rm -f /opt/odoo.deb
74
rm -f /opt/python3-lxml-html-clean.deb
75
-$STD apt autoremove
76
-$STD apt autoclean
+$STD apt -y autoremove
+$STD apt -y autoclean
+$STD apt -y clean
77
msg_ok "Cleaned"
0 commit comments