This commit is contained in:
wataru 2022-11-12 10:47:08 +09:00
parent ff1a86f3da
commit 028eaad7d9
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,8 @@ PARAMS=${@:2:($#-1)}
echo "------"
echo "$MODE"
echo "$@"
echo "TYPE: $MODE"
echo "PARAMS: $PARAMS"
# echo "VERBOSE: $VERBOSE"
echo "------"

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -eu
DOCKER_IMAGE=dannadori/voice-changer:20221112_104247
DOCKER_IMAGE=dannadori/voice-changer:20221112_104623
# DOCKER_IMAGE=voice-changer
if [ $# = 0 ]; then