Compare commits

...

2 Commits

Author SHA1 Message Date
--set 9fc2175dcd Changed to local path for stash config 2024-03-26 12:53:59 +01:00
--set 6e89707032 Changed to local path for config 2024-03-26 12:53:22 +01:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
if [ $(basename $PWD) != $(hostname) ]; then
if [ $(basename $(readlink $PWD)) != $(hostname) ]; then
echo "Incorrect directory for host"
exit 1
fi

View File

@ -1,6 +1,6 @@
#!/bin/bash
if [ $(basename $PWD) != $(hostname) ]; then
if [ $(basename $(readlink $PWD)) != $(hostname) ]; then
echo "Incorrect directory for host"
exit 1
fi

View File

@ -28,7 +28,7 @@ services:
- /etc/localtime:/etc/localtime:ro
## Adjust below paths (the left part) to your liking.
## E.g. you can change ./config:/root/.stash to ./stash:/root/.stash
- config:/root/.stash
- /mnt/data/storage/stash-meta/config:/root/.stash
- /mnt/data/storage/stash-meta/metadata:/metadata
- /mnt/data/storage/stash-meta/cache:/cache
- /mnt/data/storage/stash-meta/generated:/generated