#!/bin/sh CUR_DIR=`dirname "$0"` cd $CUR_DIR CUR_DIR=`pwd` SUCC=0 cat < $CUR_DIR/../conf/htpasswd if [ $? -eq 0 ]; then echo "Administrator's username/password is updated successfully!" fi