Hi,

It seems that the ranger-admin setup script can only be run from the directory 
it is found in.  My scripting skills are only a little above basic but, 
generally, I can find my way around.

The problem seems to be here;

PROPFILE=${RANGER_ADMIN_CONF:-$PWD}/install.properties
if [ ! -f "${PROPFILE}" ]; then
        echo "$PROPFILE file not found....!!"
        exit 1;
fi

I tried running this from / as '/path to scriptsetup.sh' but the not found 
message appeared.  I could not find any reference to RANGER_ADMIN_CONF or where 
it gets initialised.

Marc

Reply via email to