mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 10:25:05 +03:00
fix(auto-gpt)
This commit is contained in:
parent
8e1e2af1de
commit
1c9d238782
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ set -e
|
||||||
|
|
||||||
WD="${XDG_DATA_HOME:-$HOME/.local/share}/auto-gpt"
|
WD="${XDG_DATA_HOME:-$HOME/.local/share}/auto-gpt"
|
||||||
|
|
||||||
# if the data directory doesn’t exist auto-gpt bails
|
# if the data|plugins directories don’t exist auto-gpt bails
|
||||||
mkdir -p "$WD"/data
|
mkdir -p "$WD"/data "$WD"/plugins
|
||||||
|
|
||||||
PREFIX="$(cd "$(dirname "$0")/../.." && pwd)"
|
PREFIX="$(cd "$(dirname "$0")/../.." && pwd)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue