Page MenuHomeDevCentral

motd.sh
No OneTemporary

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

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)

Event Timeline