File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed
Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -235,14 +235,17 @@ update-rc.d $OE_CONFIG defaults
235235
236236echo -e " * Starting Odoo Service"
237237su root -c " /etc/init.d/$OE_CONFIG start"
238- echo " -----------------------------------------------------------"
239- echo " Done! The Odoo server is up and running. Specifications:"
240- echo " Port: $OE_PORT "
241- echo " User service: $OE_USER "
242- echo " User PostgreSQL: $OE_USER "
243- echo " Code location: $OE_USER "
244- echo " Addons folder: $OE_USER /$OE_CONFIG /addons/"
245- echo " Start Odoo service: sudo service $OE_CONFIG start"
246- echo " Stop Odoo service: sudo service $OE_CONFIG stop"
247- echo " Restart Odoo service: sudo service $OE_CONFIG restart"
248- echo " -----------------------------------------------------------"
238+
239+ cat << EOF
240+ -----------------------------------------------------------
241+ Done! The Odoo server is up and running. Specifications:
242+ Port: $OE_PORT
243+ User service: $OE_USER
244+ User PostgreSQL: $OE_USER
245+ Code location: $OE_USER
246+ Addons folder: $OE_USER /$OE_CONFIG /addons/
247+ Start Odoo service: sudo service $OE_CONFIG start
248+ Stop Odoo service: sudo service $OE_CONFIG stop
249+ Restart Odoo service: sudo service $OE_CONFIG restart
250+ -----------------------------------------------------------
251+ EOF
You can’t perform that action at this time.
0 commit comments