Add hassio fallback command for backward compatibility

This commit is contained in:
Franck Nijhof 2020-02-16 09:37:14 +01:00
parent 4f8e5122e7
commit 87e9e3695a
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

3
vscode/rootfs/usr/bin/hassio Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bashio
bashio::log.yellow "The 'hassio' command is deprecated, please use 'ha' instead!"
ha "$@"