ソースを参照

Removed debug message

DerLinkman 2 年 前
コミット
58527857d9
1 ファイル変更0 行追加2 行削除
  1. 0 2
      helper-scripts/backup_and_restore.sh

+ 0 - 2
helper-scripts/backup_and_restore.sh

@@ -54,8 +54,6 @@ COMPOSE_FILE=${SCRIPT_DIR}/../docker-compose.yml
 ENV_FILE=${SCRIPT_DIR}/../.env
 THREADS=$(echo ${THREADS:-1})
 
-echo $THREADS
-
 if [ ! -f ${COMPOSE_FILE} ]; then
   echo "Compose file not found"
   exit 1