Fix the script syntax by adding in an echo.

This commit is contained in:
Tom Alexander
2022-12-10 19:02:50 -05:00
parent 7915b92345
commit 1039422052

View File

@@ -67,7 +67,7 @@ function cmd_start {
} }
function cmd_stop { function cmd_stop {
echo "cmd_stop not implemented."
} }
main "${@}" main "${@}"