Skip to content

Commit

Permalink
Clean up Indent
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskn committed May 17, 2017
1 parent 27ab5ae commit 7c4dcc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ EOF;
// Ensure files have correct permissions
mwexec("/bin/chmod a+rx /usr/local/etc/rc.d/quagga.sh");
mwexec("/bin/chmod u+rw,go-rw {$quagga_config_base}/ospfd.conf");
mwexec("/bin/chmod u+rw,go-rw {$quagga_config_base}/ospf6d.conf");
mwexec("/bin/chmod u+rw,go-rw {$quagga_config_base}/ospf6d.conf");
mwexec("/bin/chmod u+rw,go-rw {$quagga_config_base}/zebra.conf");
mwexec("/bin/chmod u+rw,go-rw {$quagga_config_base}/bgpd.conf");

Expand Down

0 comments on commit 7c4dcc9

Please sign in to comment.