Updated log file location to dump to /var/log/zfs instead of /var/log
[zfs-ubuntu/.git] / zfs-autosnap
index 7273e57cde7dc78d142de34734bbe571d795c16a..795c80259d1cd28aca9c8215b1558603b799e080 100755 (executable)
@@ -7,7 +7,7 @@
 
 test=0
 
-[ $test == 0 ] && exec >> /var/log/zfs-autosnap.log 2>&1
+[ $test == 0 ] && exec >> /var/log/zfs/zfs-autosnap.log 2>&1
 
 # This script makes the following assumptions/requirements:
 #  * this script only handles one zfs filesystem, a wrapper should be created