#! /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