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

Commit

Permalink
Merge pull request #276 from ludeeus/AD---.check--command-not-found--…
Browse files Browse the repository at this point in the history
…FIX-

AppDaemon: Fixes "command not found" when running suite actions.
  • Loading branch information
Landrash committed May 5, 2019
2 parents 28f879d + f4ef35a commit 4bea950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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

0 comments on commit 4bea950

Please sign in to comment.