X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=master%2Fetc%2Frc.local;h=0cc5c0e569bfc9888d2abc94f1959fccbdac4e9a;hb=HEAD;hp=9dcf833fc97683f596620f61b27c5779056ea343;hpb=70a03528ea63f78a9c2ba53be33df67f16777ea3;p=debian6500.git diff --git a/master/etc/rc.local b/master/etc/rc.local index 9dcf833..0cc5c0e 100644 --- a/master/etc/rc.local +++ b/master/etc/rc.local @@ -12,6 +12,6 @@ # By default this script does nothing. # clean /var/log -/usr/sbin/logrotate /etc/logrotate.conf --force || { find /var/log/ -type f -exec rm {} \;; reboot; } +/usr/sbin/logrotate /etc/logrotate.conf --force || { find /var/log/ -type f -exec rm {} \;; reboot; } exit 0