Files
DetectionLab/HyperV/fix-motd.sh
2020-08-25 13:03:34 -07:00

4 lines
142 B
Bash

#! /bin/sh
# Fix the motd script
cp /etc/update-motd.d/20-detectionlab .
tr -d '\15\32' < 20-detectionlab > /etc/update-motd.d/20-detectionlab