New way to install/run supervisor + plugins (#620)
* Use new layout for CLI/Supervisor Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix install script * Fix config * Add docs * Fix shellcheck * Fix issue * rename package * Fix build * Fix apparmor
This commit is contained in:
7
buildroot-external/rootfs-overlay/usr/bin/ha
Executable file
7
buildroot-external/rootfs-overlay/usr/bin/ha
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
# ==============================================================================
|
||||
# HA utility
|
||||
# ==============================================================================
|
||||
|
||||
# shellcheck disable=SC2048,SC2086
|
||||
docker exec hassio_cli ha $*
|
||||
Reference in New Issue
Block a user