integ/devtools/update-motd/files/install_banner_customization
Dean Troyer 3cd12006bb StarlingX open source release updates
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-05-31 07:36:35 -07:00

17 lines
207 B
Bash

#!/bin/bash
#
# Copyright (c) 2016 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
. /usr/sbin/customize-banner
install_banner_files
# recreate /etc/motd
/usr/sbin/motd-update
exit 0