mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
19 lines
439 B
Bash
19 lines
439 B
Bash
#! /bin/bash
|
|
|
|
message="
|
|
ERPNext Evaluation VM (built on `date +\"%B %d, %Y\"`)
|
|
|
|
Please access ERPNext by going to http://localhost:8000 on the host system.
|
|
The username is \"Administrator\" and password is \"admin\"
|
|
|
|
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
|