Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

AppDaemon: Fixes "command not found" when running suite actions. #276

Merged
merged 2 commits into from
May 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package/opt/hassbian/suites/appdaemon/install
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function install {
python -m pip install setuptools wheel
python -m pip install appdaemon

source "$HASSBIAN_HELPERS_DIR"/workaround
hassbian.workaround.check appdaemon

echo "Copying AppDaemon config file..."
Expand Down
1 change: 1 addition & 0 deletions package/opt/hassbian/suites/appdaemon/upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function upgrade {
python -m pip install --upgrade setuptools wheel
python -m pip install --upgrade appdaemon

source "$HASSBIAN_HELPERS_DIR"/workaround
hassbian.workaround.check appdaemon

echo "Deactivating virtualenv..."
Expand Down