From 939d57902cfe6b1edd7c6a07945992a6ce187016 Mon Sep 17 00:00:00 2001 From: David Peterson Date: Fri, 20 Sep 2024 19:33:49 +0000 Subject: [PATCH] update --- echomessage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echomessage.sh b/echomessage.sh index eec31b7..33ee43e 100644 --- a/echomessage.sh +++ b/echomessage.sh @@ -112,7 +112,7 @@ output_file="${inputs_file%.*}-output.${inputs_file##*.}" ### Start of the script -echoCommand="echo Hello world to Alice | tee /config/echo_message.txt" +echoCommand="echo Hello world to Alice | tee /configs/echo_message.txt" echoCommand_output="" echoCommand_status=0 execute_command_with_status_code "$echoCommand" echoCommand_output echoCommand_status