Print multiline message with cat

pull/5/head
Temur Vibliani 10 years ago
parent dd66e9206c
commit d592e036c1

@ -235,14 +235,17 @@ update-rc.d $OE_CONFIG defaults
echo -e "* Starting Odoo Service" echo -e "* Starting Odoo Service"
su root -c "/etc/init.d/$OE_CONFIG start" su root -c "/etc/init.d/$OE_CONFIG start"
echo "-----------------------------------------------------------"
echo "Done! The Odoo server is up and running. Specifications:" cat << EOF
echo "Port: $OE_PORT" -----------------------------------------------------------
echo "User service: $OE_USER" Done! The Odoo server is up and running. Specifications:
echo "User PostgreSQL: $OE_USER" Port: $OE_PORT
echo "Code location: $OE_USER" User service: $OE_USER
echo "Addons folder: $OE_USER/$OE_CONFIG/addons/" User PostgreSQL: $OE_USER
echo "Start Odoo service: sudo service $OE_CONFIG start" Code location: $OE_USER
echo "Stop Odoo service: sudo service $OE_CONFIG stop" Addons folder: $OE_USER/$OE_CONFIG/addons/
echo "Restart Odoo service: sudo service $OE_CONFIG restart" Start Odoo service: sudo service $OE_CONFIG start
echo "-----------------------------------------------------------" Stop Odoo service: sudo service $OE_CONFIG stop
Restart Odoo service: sudo service $OE_CONFIG restart
-----------------------------------------------------------
EOF

Loading…
Cancel
Save