You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
298 B

diff --git a/btrfs-defrag.sh b/btrfs-defrag.sh
index 284abc8..5ced921 100755
--- a/btrfs-defrag.sh
+++ b/btrfs-defrag.sh
@@ -15,6 +15,7 @@ if [ -f /etc/default/btrfsmaintenance ] ; then
fi
LOGIDENTIFIER='btrfs-defrag'
+. $(dirname $(realpath "$0"))/btrfsmaintenance-functions
{
OIFS="$IFS"