Compare commits
2 commits
5fd9452a6c
...
e6940b151c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e6940b151c | ||
![]() |
5647654135 |
2 changed files with 9 additions and 1 deletions
1
.envrc
1
.envrc
|
@ -5,6 +5,7 @@ source ./.venv/bin/activate
|
|||
PATH_add .venv/bin
|
||||
python3 -m pip install --upgrade pip
|
||||
|
||||
rm -rf .cache/bw/git_deploy
|
||||
export BW_GIT_DEPLOY_CACHE=.cache/bw/git_deploy
|
||||
export EXPERIMENTAL_UPLOAD_VIA_CAT=1
|
||||
mkdir -p "$BW_GIT_DEPLOY_CACHE"
|
||||
|
|
|
@ -4,7 +4,14 @@ directories = {
|
|||
},
|
||||
'/var/lib/steam_chat_logger': {
|
||||
'owner': 'steam_chat_logger',
|
||||
'mode': '0770',
|
||||
'mode': '0755',
|
||||
'needs': [
|
||||
'zfs_dataset:tank/steam-chat-logger'
|
||||
],
|
||||
},
|
||||
'/var/lib/steam_chat_logger/steamuserimages': {
|
||||
'owner': 'steam_chat_logger',
|
||||
'mode': '0755',
|
||||
'needs': [
|
||||
'zfs_dataset:tank/steam-chat-logger'
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue