2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 15:38:25 +00:00
bench/vm/scripts/set_message_production.sh

19 lines
428 B
Bash
Raw Normal View History

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