From ecffd24dc1ffa3b799df0d851843e0959a14bf5b Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sat, 31 Dec 2022 17:34:20 -0500 Subject: [PATCH] Typo --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index ee43d30..818abcc 100755 --- a/run.sh +++ b/run.sh @@ -71,7 +71,7 @@ check_command(){ # Recurse, but don't pass the install command check_command "$1" "$2" else - check_msg_result="\033[91m can't find $1! Check that the program is installed and that you have added the proper path to the program to your PATH environment variable before launching WebODM. If you change your PATH environment variable, remember to close and reopen your terminal. $2\033[39m" + check_msg_result="\033[91m can't find $1! Check that the program is installed and that you have added the proper path to the program to your PATH environment variable before launching the program. If you change your PATH environment variable, remember to close and reopen your terminal. $2\033[39m" fi fi @@ -86,4 +86,4 @@ environment_check(){ } environment_check -docker run -ti --rm -p $LT_PORT:$LT_PORT $DB_VOLUME -v lt-local:/home/libretranslate/.local libretranslate/libretranslate ${ARGS[@]} \ No newline at end of file +docker run -ti --rm -p $LT_PORT:$LT_PORT $DB_VOLUME -v lt-local:/home/libretranslate/.local libretranslate/libretranslate ${ARGS[@]}