Suggesties van shellchecker

This commit is contained in:
2023-09-21 08:49:09 +02:00
parent c60fca2a93
commit 2cd55738c5

View File

@@ -2,7 +2,7 @@
echo "--------------------"
echo Set the correct mailer fqdn
echo $(hostname -f) > /etc/mailname
hostname -f > /etc/mailname
echo "--------------------"
echo Forward mail to root
@@ -17,7 +17,7 @@ rm /tmp/crontab.temp
echo "--------------------"
echo Better logon-message
figlet $(hostname)>/etc/motd
figlet "$(hostname)">/etc/motd
echo "--------------------"
echo Apt Updates