diff options
Diffstat (limited to 'rt/etc/upgrade/vulnerable-passwords')
| -rwxr-xr-x | rt/etc/upgrade/vulnerable-passwords | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/etc/upgrade/vulnerable-passwords b/rt/etc/upgrade/vulnerable-passwords index 28d1bc5b0..0272e017b 100755 --- a/rt/etc/upgrade/vulnerable-passwords +++ b/rt/etc/upgrade/vulnerable-passwords @@ -49,8 +49,8 @@ use strict; use warnings; -use lib "local/lib"; -use lib "lib"; +use lib "/opt/rt3/local/lib"; +use lib "/opt/rt3/lib"; use RT; RT::LoadConfig; |
