Skip to content
Snippets Groups Projects
Commit 3488d2cd authored by Bob Mottram's avatar Bob Mottram
Browse files

Replace tabs

parent 04915c98
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment