update path to pre.bsh

This commit is contained in:
Patrick Schleizer 2019-05-12 02:58:45 -04:00
parent 137bc073c5
commit 06b86229a4
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -3,8 +3,8 @@
## Copyright (C) 2012 - 2018 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
## See the file COPYING for copying conditions.
if [ -f /usr/lib/pre.bsh ]; then
source /usr/lib/pre.bsh
if [ -f /usr/lib/helper-scripts/pre.bsh ]; then
source /usr/lib/helper-scripts/pre.bsh
fi
set -e