snapshot-rootfs.sh, vmhost-status.sh: New path for btrfs binary
authorMegaBrutal <code+git@megabrutal.com>
Thu, 4 Feb 2016 11:23:06 +0000 (12:23 +0100)
committerMegaBrutal <code+git@megabrutal.com>
Thu, 4 Feb 2016 11:36:49 +0000 (12:36 +0100)
commitc4a9a2974642f49a20d4217b8c457cfb4db10ea2
treeb9c5a52aabbf69d5873a7994d8ffed9070a6cd36
parentfff3adbec4d94fade954a352ef076b5bbd97ea32
snapshot-rootfs.sh, vmhost-status.sh: New path for btrfs binary

With Ubuntu 15.10, the path of the btrfs binary has changed from /sbin/btrfs to /bin/btrfs.
Therefore, I stopped referring to the binary by full path.
While /bin is in the PATH by default on Ubuntu 15.10 (even for cron jobs),
on older Ubuntus or other distros, you may possibly need to
add /sbin or /bin to the PATH for these scripts.

modified:   fs/snapshot-rootfs.sh
modified:   host/vmhost-status.sh
fs/snapshot-rootfs.sh
host/vmhost-status.sh