From eaa6a6f17df404995b40ae6c4caebfd7947be7bb Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 26 Apr 2007 14:43:23 +0000
Subject: [PATCH] Complete fix for 1252 restrict installed bin files to relevant platform.
---
opends/resource/bin/encode-password | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/resource/bin/encode-password b/opends/resource/bin/encode-password
index 23ae5c9..b0fec61 100755
--- a/opends/resource/bin/encode-password
+++ b/opends/resource/bin/encode-password
@@ -35,4 +35,4 @@
export SCRIPT_NAME_ARG
SCRIPT_DIR=`dirname "${0}"`
-"${SCRIPT_DIR}/_server-script.sh" "${@}"
+"${SCRIPT_DIR}/../lib/_server-script.sh" "${@}"
--
Gitblit v1.10.0