This commit is contained in:
2024-09-20 19:33:49 +00:00
parent 3d27006957
commit 939d57902c

View File

@@ -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