Update motds32
This commit is contained in:
parent
522c3be661
commit
a6ca12a8b2
1 changed files with 2 additions and 2 deletions
|
@ -539,7 +539,7 @@ function usage {
|
||||||
echo " -g, --generate Check system status and generate it to $MOTD file"
|
echo " -g, --generate Check system status and generate it to $MOTD file"
|
||||||
echo " -s, --status Show limited content of MOTD file"
|
echo " -s, --status Show limited content of MOTD file"
|
||||||
echo " -v, --version Display information about motds32 version and author"
|
echo " -v, --version Display information about motds32 version and author"
|
||||||
echo " -m, --MotD32 See the MOTD file"
|
echo " -m, --MOTDs32 See the MOTD file"
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -572,7 +572,7 @@ case $1 in
|
||||||
echo "Custom: Erreur32"
|
echo "Custom: Erreur32"
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
-c|--check)
|
-m|--MOTDs32)
|
||||||
echo "motds32 check motd file"
|
echo "motds32 check motd file"
|
||||||
cat /etc/motd
|
cat /etc/motd
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue