From 1489368d205f26ace0134f2f8fe695d4e17f1e70 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 5 Sep 2021 14:41:59 +0000 Subject: [PATCH] update distribusi-watcher.sh --- system/inotifywait-watcher/distribusi-watcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/inotifywait-watcher/distribusi-watcher.sh b/system/inotifywait-watcher/distribusi-watcher.sh index c20dbe1..83ce847 100755 --- a/system/inotifywait-watcher/distribusi-watcher.sh +++ b/system/inotifywait-watcher/distribusi-watcher.sh @@ -7,7 +7,7 @@ export PATH=$PATH:$HOME/.local/bin export PYENV_ROOT="/home/nextcloud/.pyenv" export PATH="$PYENV_ROOT/bin:$PATH" if command -v pyenv 1>/dev/null 2>&1; then - eval "$(pyenv init -)" + eval "$(pyenv init --path)" fi eval "$(pyenv virtualenv-init -)"