Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
btrfs-defrag.sh: Fix function include to allow is_btrfs to run
The 'is_btrfs' function was missing from the defrag script and failed to
run.

Issue: #52
Pull-request: #55
Pull-request: #59
Author: Mr. Gecko <GRMrGecko@gmail.com>
Signed-off-by: David Sterba <dsterba@suse.com>
  • Loading branch information
GRMrGecko authored and kdave committed Sep 25, 2018
1 parent e46b222 commit e3064de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions btrfs-defrag.sh
Expand Up @@ -15,6 +15,7 @@ if [ -f /etc/default/btrfsmaintenance ] ; then
fi

LOGIDENTIFIER='btrfs-defrag'
. $(dirname $(realpath "$0"))/btrfsmaintenance-functions

{
OIFS="$IFS"
Expand Down

0 comments on commit e3064de

Please sign in to comment.