This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
skynet-webportal/packages/health-check/cli/run

6 lines
111 B
Plaintext
Raw Normal View History

2021-09-15 10:50:22 +00:00
#!/bin/ash
2021-09-15 11:06:16 +00:00
echo "DEPRECATED: 'cli/run' command is deprecated, use 'cli run' instead"
2021-09-15 11:29:12 +00:00
/usr/app/bin/cli run $@