don't use hardcoded paths

This commit is contained in:
Christoph Klaffl 2019-11-05 17:25:38 +01:00
parent f745aa25a1
commit 44bcd21f26
No known key found for this signature in database
GPG Key ID: 8FC1D76EED4970D2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
use strict;
use warnings;
my $zfs = '/sbin/zfs';
my $zfs = 'zfs';
my %args = getargs(@ARGV);
my $progversion = '1.4.7';