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

19 lines
439 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 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