Skip to content

Commit 0e4c847

Browse files
authored
Merge pull request #13 from eclipse-ankaios/11_run_example_fix
Fix the stop_example.sh name in echo
2 parents c5dff22 + b86d9a1 commit 0e4c847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/run_example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if pgrep -x "ank-server" >/dev/null
6969
then
7070
echo -e "\nAbort startup. Ankaios server is already running."
7171
echo "Shutdown the Ankaios server instance manually or"
72-
echo -e "if 'run_example.sh' was executed previously,\nexecute 'shutdown_example.sh' afterwards to stop the example."
72+
echo -e "if 'run_example.sh' was executed previously,\nexecute 'stop_example.sh' afterwards to stop the example."
7373
exit 4
7474
fi
7575

0 commit comments

Comments
 (0)