From 309104338a3bed663116fd23d848e8d4837b6c69 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Wed, 24 Jul 2019 15:22:04 +0200 Subject: [PATCH] Minor changes into shell_scripts --- shell_command/homeassistant.yaml | 2 +- shell_command/shelly.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shell_command/homeassistant.yaml b/shell_command/homeassistant.yaml index bedfd06f..df7dc0f3 100644 --- a/shell_command/homeassistant.yaml +++ b/shell_command/homeassistant.yaml @@ -1 +1 @@ -homeassistant_upgrade: /etc/homeassistant/shell_scripts/homeassistant_upgrade.sh +homeassistant_upgrade: 'bash /etc/homeassistant/shell_scripts/homeassistant_upgrade.sh' diff --git a/shell_command/shelly.yaml b/shell_command/shelly.yaml index e3f4c9e7..17155d71 100644 --- a/shell_command/shelly.yaml +++ b/shell_command/shelly.yaml @@ -1 +1 @@ -shelly_upgrade: /etc/homeassistant/shell_scripts/shelly_upgrade.sh +shelly_upgrade: 'bash /etc/homeassistant/shell_scripts/shelly_upgrade.sh' -- 2.47.3