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