- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 400 for echo (0.02 seconds)
-
src/packaging/rpm/init.d/fess
fi echo -n $"Starting $prog: " # if not running, start it up here, usually something like "daemon $exec" daemon --user $FESS_USER --pidfile="$pidfile" $exec -d retval=$? pid=`ps aux | grep "^${FESS_USER}" | grep "${PROC_NAME}" | sed 's/[\t ]\+/\t/g' | cut -f2` if [ -n "$pid" ]; then echo $pid > "$pidfile" fi echo [ $retval -eq 0 ] && touch $lockfileCreated: 2026-03-31 13:07 - Last Modified: 2023-01-15 06:32 - 3.7K bytes - Click Count (0) -
.ci/templates.t/periodic-trigger-lgc.yml
#!/usr/bin/env bash set -o pipefail echo "Retrieving last good commit for job '{lgc-job}'" echo branch_specifier=$(curl -s "${JENKINS_URL}job/{lgc-job}/lastSuccessfulBuild/api/json" | jq -r -e '.actions | map(select(._class == "hudson.plugins.git.util.BuildData")) | .[] | .lastBuiltRevision.SHA1' || echo "refs/heads/%BRANCH%") > trigger.properties echo "Trigger properties:" $(cat trigger.properties) - trigger-builds:Created: 2026-04-08 16:19 - Last Modified: 2021-05-06 21:46 - 1K bytes - Click Count (0) -
src/clean.bat
"%GOBIN%\go"...
Created: 2026-04-07 11:13 - Last Modified: 2025-02-11 17:45 - 475 bytes - Click Count (0) -
src/main/assemblies/files/service.bat
if /i %SERVICE_CMD% == manager goto doManagment echo Unknown option "%SERVICE_CMD%" :displayUsage echo. echo Usage: service.bat install^|remove^|start^|stop^|manager [SERVICE_ID] goto:eof :doStart "%EXECUTABLE%" //ES//%SERVICE_ID% %LOG_OPTS% if not errorlevel 1 goto started echo Failed starting '%SERVICE_ID%' service goto:eof :started echo The service '%SERVICE_ID%' has been started goto:eof :doStop
Created: 2026-03-31 13:07 - Last Modified: 2023-01-15 06:32 - 6K bytes - Click Count (0) -
helm-releases/minio-5.0.2.tgz
! checkBucketExists $BUCKET ; then if [ ! -z $OBJECTLOCKING ] ; then if [ $OBJECTLOCKING = true ] ; then echo "Creating bucket with OBJECTLOCKING '$BUCKET'" ${MC} mb --with-lock myminio/$BUCKET elif [ $OBJECTLOCKING = false ] ; then echo "Creating bucket '$BUCKET'" ${MC} mb myminio/$BUCKET fi elif [ -z $OBJECTLOCKING ] ; then echo "Creating bucket '$BUCKET'" ${MC} mb myminio/$BUCKET else echo "Bucket '$BUCKET' already exists." fi fi # set versioning for bucket if objectlocking is disabled or not...
Created: 2026-04-05 19:28 - Last Modified: 2022-12-18 07:57 - 20.4K bytes - Click Count (0) -
buildscripts/minio-upgrade.sh
if [ "${sum1_heal}" != "${sum1}" ]; then echo "mismatch expected ${sum1_heal}, got ${sum1}" exit 1 fi } verify_checksum_mc() { local expected expected=$(mc cat "$1" | sha256sum) local got got=$(mc cat "$2" | sha256sum) if [ "${expected}" != "${got}" ]; then echo "mismatch - expected ${expected}, got ${got}" exit 1 fi echo "matches - ${expected}, got ${got}" } add_alias() {
Created: 2026-04-05 19:28 - Last Modified: 2025-04-21 16:24 - 2.8K bytes - Click Count (0) -
docs/bucket/replication/setup_3site_replication.sh
#!/usr/bin/env bash echo "Running $0" if [ -n "$TEST_DEBUG" ]; then set -x fi trap 'catch $LINENO' ERR # shellcheck disable=SC2120 catch() { if [ $# -ne 0 ]; then echo "error on line $1" for site in sitea siteb sitec; do echo "$site server logs =========" cat "/tmp/${site}_1.log" echo "===========================" cat "/tmp/${site}_2.log" done fi echo "Cleaning up instances of MinIO"Created: 2026-04-05 19:28 - Last Modified: 2024-09-24 08:03 - 10.3K bytes - Click Count (0) -
docs/bucket/replication/delete-replication.sh
#!/usr/bin/env bash echo "Running $0" if [ -n "$TEST_DEBUG" ]; then set -x fi trap 'catch $LINENO' ERR # shellcheck disable=SC2120 catch() { if [ $# -ne 0 ]; then echo "error on line $1" echo "dc1 server logs =========" cat /tmp/dc1.log echo "dc2 server logs =========" cat /tmp/dc2.log fi echo "Cleaning up instances of MinIO" set +e pkill minio pkill mc rm -rf /tmp/xl/Created: 2026-04-05 19:28 - Last Modified: 2024-09-06 09:42 - 3.9K bytes - Click Count (0) -
.github/workflows/smokeshow.yml
- name: Upload coverage to Smokeshow run: | for i in 1 2 3 4 5; do if uv run smokeshow upload htmlcov; then echo "Smokeshow upload success!" break fi echo "Smokeshow upload error, sleep 1 sec and try again." sleep 1 done env: SMOKESHOW_GITHUB_STATUS_DESCRIPTION: Coverage {coverage-percentage}Created: 2026-04-05 07:19 - Last Modified: 2026-03-03 00:12 - 1.6K bytes - Click Count (0) -
helm-releases/minio-5.0.10.tgz
! checkBucketExists $BUCKET ; then if [ ! -z $OBJECTLOCKING ] ; then if [ $OBJECTLOCKING = true ] ; then echo "Creating bucket with OBJECTLOCKING '$BUCKET'" ${MC} mb --with-lock myminio/$BUCKET elif [ $OBJECTLOCKING = false ] ; then echo "Creating bucket '$BUCKET'" ${MC} mb myminio/$BUCKET fi elif [ -z $OBJECTLOCKING ] ; then echo "Creating bucket '$BUCKET'" ${MC} mb myminio/$BUCKET else echo "Bucket '$BUCKET' already exists." fi fi # set versioning for bucket if objectlocking is disabled or not...
Created: 2026-04-05 19:28 - Last Modified: 2023-05-27 00:05 - 20.3K bytes - Click Count (0)