History | View | Annotate | Download (275 Bytes)
#!/bin/bash
#
# Copyright (C) 2011 Greek Research and Technology Network
# All the OS parameters which reside in the parameters.list file
# should be checked and verified here
if [ "$OSP_IMG_PASSWD" = "xxx" ]; then
echo "Invalid password" 1>&2
exit 1
fi
exit 0