diff --git a/aab b/aab index fbc977d..35e14e5 100755 --- a/aab +++ b/aab @@ -2,6 +2,9 @@ use strict; use warnings; + +use lib '.'; + use Getopt::Long; use PVE::AAB;