summarylogtreecommitdiffstats
path: root/dell-ulnm.install
diff options
context:
space:
mode:
authorL. Bradley LaBoon2016-08-10 22:51:54 -0400
committerL. Bradley LaBoon2016-08-10 22:51:54 -0400
commit5677dc23b7e676aa9692e5014ff9fe61521ddfb5 (patch)
tree5fd5caa269f5f9c6f87408f015b8930ccba76845 /dell-ulnm.install
downloadaur-5677dc23b7e676aa9692e5014ff9fe61521ddfb5.tar.gz
Initial commit
Diffstat (limited to 'dell-ulnm.install')
-rw-r--r--dell-ulnm.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/dell-ulnm.install b/dell-ulnm.install
new file mode 100644
index 000000000000..d9b98be26dd7
--- /dev/null
+++ b/dell-ulnm.install
@@ -0,0 +1,5 @@
+post_install() {
+ echo "To start Dell ULNM, run 'systemctl start dell-ulnm'"
+ echo "Then, navigate to http://localhost:4679"
+ echo "The default user and password is admin/admin"
+}