2015-12-24 00:25:55 +00:00
|
|
|
#! /bin/bash
|
|
|
|
|
|
|
|
message="
|
2018-03-31 18:07:40 +00:00
|
|
|
ERPNext Evaluation VM (built on `date +\"%B %d, %Y\"`)
|
2015-12-24 00:25:55 +00:00
|
|
|
|
2018-03-31 18:07:40 +00:00
|
|
|
Please access ERPNext by going to http://localhost:8000 on the host system.
|
|
|
|
The username is \"Administrator\" and password is \"admin\"
|
2015-12-24 00:25:55 +00:00
|
|
|
|
|
|
|
Do consider donating at https://frappe.io/buy
|
|
|
|
|
|
|
|
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
|