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