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
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

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