]> git.proxmox.com Git - mirror_ovs.git/blobdiff - debian/openvswitch-switch.logrotate
treewide: Convert leading tabs to spaces.
[mirror_ovs.git] / debian / openvswitch-switch.logrotate
index 802d3656631dc6f9881d732d580597885815002d..1ccf6f50791d283d9245ea320b8e510c76b4b1f2 100644 (file)
@@ -6,11 +6,11 @@
     missingok
     rotate 30
     postrotate
-       # Tell Open vSwitch daemons to reopen their log files
-       if [ -d /var/run/openvswitch ]; then
+        # Tell Open vSwitch daemons to reopen their log files
+        if [ -d /var/run/openvswitch ]; then
             for ctl in /var/run/openvswitch/*.ctl; do
                 ovs-appctl -t "$ctl" vlog/reopen 2>/dev/null || :
             done
-       fi
+        fi
     endscript
 }