Closed apt1002 closed 1 year ago
if [ ! -d "$DOCUMENT_ROOT_DIR" ]; then echo "DOCUMENT-ROOT-DIR must be a directory" exit 1 fi if [ ! -d "$INSTALL_DIR" ]; then echo "INSTALL-DIR must be a directory" exit 1 fi