Loading tools/max.sh +3 −1 Original line number Diff line number Diff line Loading @@ -243,6 +243,7 @@ db_project_feed(){ echo "CREATE DATABASE $1" > feed.txt echo "ADD $2" >> feed.txt echo "Please type your BaseX login/password :" $BASEX_CLIENT_BIN -p "${PORT}" -c feed.txt ret=$? if [[ $ret -gt 0 ]] Loading Loading @@ -396,7 +397,8 @@ new_edition_build(){ mkdir "${DIRECTORY}/../editions" fi mkdir "${DIRECTORY}/../editions/$1" $BASEX_BIN -b projectId="$1" -b dbPath="$2" -b envType="$3" -b maxPath="${DIRECTORY}/.. ${DIRECTORY}/xq/create_project_config.xq" echo $1", "$2", "$3",${DIRECTORY}/xq/create_project_config.xq" $BASEX_BIN -b projectId="$1" -b dbPath="$2" -b envType="$3" -b maxPath="${DIRECTORY}/.." ${DIRECTORY}/xq/create_project_config.xq include_project_config "$1" } Loading Loading
tools/max.sh +3 −1 Original line number Diff line number Diff line Loading @@ -243,6 +243,7 @@ db_project_feed(){ echo "CREATE DATABASE $1" > feed.txt echo "ADD $2" >> feed.txt echo "Please type your BaseX login/password :" $BASEX_CLIENT_BIN -p "${PORT}" -c feed.txt ret=$? if [[ $ret -gt 0 ]] Loading Loading @@ -396,7 +397,8 @@ new_edition_build(){ mkdir "${DIRECTORY}/../editions" fi mkdir "${DIRECTORY}/../editions/$1" $BASEX_BIN -b projectId="$1" -b dbPath="$2" -b envType="$3" -b maxPath="${DIRECTORY}/.. ${DIRECTORY}/xq/create_project_config.xq" echo $1", "$2", "$3",${DIRECTORY}/xq/create_project_config.xq" $BASEX_BIN -b projectId="$1" -b dbPath="$2" -b envType="$3" -b maxPath="${DIRECTORY}/.." ${DIRECTORY}/xq/create_project_config.xq include_project_config "$1" } Loading