Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3938325
motd.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
677 B
Referenced Files
None
Subscribers
None
motd.sh
View Options
#!/bin/sh
# -------------------------------------------------------------
# MOTD
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2017-01-10
# License: Trivial work, not eligible to copyright
# Source file: roles/core/motd/files/motd.sh
# -------------------------------------------------------------
#
# <auto-generated>
# This file is managed by our rOPS SaltStack repository.
#
# Changes to this file may cause incorrect behavior
# and will be lost if the state is redeployed.
# </auto-generated>
if
[
-f /etc/motd
]
;
then
cat /etc/motd
else
echo
"No MOTD."
fi
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Thu, Dec 26, 01:15 (4 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2294940
Default Alt Text
motd.sh (677 B)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment