Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/bot/setup_debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ git -C /opt/mod-bot/Draupnir fetch --tags
create the directory for draupnirs datastorage

```shell
mkdir /opt/mod-bot/Draupnir/datastorage
mkdir -p /opt/mod-bot/Draupnir/storage/datastorage
```

add corepack
Expand Down Expand Up @@ -95,7 +95,7 @@ cp /opt/mod-bot/Draupnir/config/default.yaml /opt/mod-bot/Draupnir/config/produc
change the path of the datadirectory from the default to the directory we created earlier since the default dir is for the docker setup

```shell
sed -i 's|dataPath: "/data/storage"|dataPath: "/opt/mod-bot/Draupnir/datastorage"|' /opt/mod-bot/Draupnir/config/production.yaml
sed -i 's|dataPath: "/data/storage"|dataPath: "/opt/mod-bot/Draupnir/storage/datastorage"|' /opt/mod-bot/Draupnir/config/production.yaml
```

edit the production config:
Expand Down
Loading