mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 15:06:29 +00:00
Delete hassio-cli
This commit is contained in:
parent
f9f255782b
commit
2bb7c9e747
@ -1,15 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Load configs
|
||||
CONFIG_FILE=/mnt/data/supervisor.json
|
||||
|
||||
CLI="$(jq --raw-output '.cli' $CONFIG_FILE)"
|
||||
DOCKER_ARGS="$(jq --raw-output '.cli_args // empty' $CONFIG_FILE)"
|
||||
|
||||
# Update CLI
|
||||
if docker --pull $CLI > /dev/null 2>&1; then
|
||||
# FIXME: cleanup
|
||||
fi
|
||||
|
||||
docker run --rm -ti $DOCKER_ARGS $CLI
|
||||
|
Loading…
x
Reference in New Issue
Block a user