
cd /opt/webadmin/
if [ -d cloud ]
then
    :
else
    echo Run init.sh? [N/y]
    read
    if [ "$REPLY" = y ]
    then
        source /home/cloud/init.sh
    fi
fi
cd cloud
