Replace tabs
This commit is contained in:
parent
04915c98b7
commit
3488d2cd6d
|
@ -209,9 +209,9 @@ function mesh_batman {
|
|||
echo ' sed -i "s|hosts:.*|hosts: files mdns4_minimal dns mdns4 mdns|g" /etc/nsswitch.conf' >> $batman_script
|
||||
echo ' if ! grep -q "avahi-daemon" /etc/crontab; then' >> $batman_script
|
||||
echo ' if [ -f /bin/systemctl ]; then' >> $batman_script
|
||||
echo " echo '* *\t* * *\troot\tsystemctl restart avahi-daemon > /dev/null' >> /etc/crontab" >> $batman_script
|
||||
echo " echo '* * * * * root systemctl restart avahi-daemon > /dev/null' >> /etc/crontab" >> $batman_script
|
||||
echo ' else' >> $batman_script
|
||||
echo " echo '* *\t* * *\troot\tservice avahi-daemon restart > /dev/null' >> /etc/crontab" >> $batman_script
|
||||
echo " echo '* * * * * root service avahi-daemon restart > /dev/null' >> /etc/crontab" >> $batman_script
|
||||
echo ' fi' >> $batman_script
|
||||
echo ' fi' >> $batman_script
|
||||
echo 'fi' >> $batman_script
|
||||
|
|
Loading…
Reference in New Issue