From: Giorgio Ravera Date: Wed, 24 Jul 2019 13:22:04 +0000 (+0200) Subject: Minor changes into shell_scripts X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=309104338a3bed663116fd23d848e8d4837b6c69;p=homeassistant.git Minor changes into shell_scripts --- 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'