2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-24 13:09:01 +00:00
bench/vm/scripts/set_message_production.sh

19 lines
459 B
Bash
Raw Normal View History

2015-12-24 00:25:55 +00:00
#! /bin/bash
message="
2018-03-31 18:07:40 +00:00
ERPNext VM (built on `date +\"%B %d, %Y\"`)
2015-12-24 00:25:55 +00:00
Please access ERPNext by going to http://localhost:8080 on the host system.
2018-03-31 18:07:40 +00:00
The username is \"Administrator\" and password is \"admin\"
2015-12-24 00:25:55 +00:00
Consider buying professional support from us at https://erpnext.com/support
2015-12-24 00:25:55 +00:00
To update, login as
username: frappe
password: frappe
cd frappe-bench
bench update
"
echo "$message" | sudo tee -a /etc/issue
echo "$message" | sudo tee -a /etc/motd