2015-12-23 16:25:55 -08:00
|
|
|
#! /bin/bash
|
|
|
|
|
|
|
|
message="
|
2018-03-31 23:37:40 +05:30
|
|
|
ERPNext VM (built on `date +\"%B %d, %Y\"`)
|
2015-12-23 16:25:55 -08:00
|
|
|
|
|
|
|
Please access ERPNext by going to http://localhost:8080 on the host system.
|
2018-03-31 23:37:40 +05:30
|
|
|
The username is \"Administrator\" and password is \"admin\"
|
2015-12-23 16:25:55 -08: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
|