Suggesties van shellchecker
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
echo "--------------------"
|
echo "--------------------"
|
||||||
echo Set the correct mailer fqdn
|
echo Set the correct mailer fqdn
|
||||||
echo $(hostname -f) > /etc/mailname
|
hostname -f > /etc/mailname
|
||||||
|
|
||||||
echo "--------------------"
|
echo "--------------------"
|
||||||
echo Forward mail to root
|
echo Forward mail to root
|
||||||
@@ -17,7 +17,7 @@ rm /tmp/crontab.temp
|
|||||||
|
|
||||||
echo "--------------------"
|
echo "--------------------"
|
||||||
echo Better logon-message
|
echo Better logon-message
|
||||||
figlet $(hostname)>/etc/motd
|
figlet "$(hostname)">/etc/motd
|
||||||
|
|
||||||
echo "--------------------"
|
echo "--------------------"
|
||||||
echo Apt Updates
|
echo Apt Updates
|
||||||
|
|||||||
Reference in New Issue
Block a user