aboutsummaryrefslogtreecommitdiff
path: root/gpigeonctl.def.pl
diff options
context:
space:
mode:
Diffstat (limited to 'gpigeonctl.def.pl')
-rwxr-xr-xgpigeonctl.def.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpigeonctl.def.pl b/gpigeonctl.def.pl
index 4585967..b7d4108 100755
--- a/gpigeonctl.def.pl
+++ b/gpigeonctl.def.pl
@@ -23,7 +23,7 @@ use Term::ReadKey;
use Crypt::Argon2 qw(argon2id_pass);
use DBI;
delete @ENV{qw(IFS PATH CDPATH BASH_ENV)};
-$ENV{'PATH'} = '/usr/bin';
+$ENV{'PATH'} = q{bin_path_goes_here};
my $dbh_path = q{db_path_goes_here};
my $cookiesdir = q{cookies_dir_goes_here};
my $GNUPGHOME = q{gpgdir_goes_here};