fix markdown lint check failed

This commit is contained in:
Syasusu
2024-01-25 21:20:17 +01:00
parent 74f167978b
commit 36e2feb340

View File

@@ -191,10 +191,13 @@ For a more detailed list of explanations of server settings go to: [shockbyte](h
drwxrwxr-x 7 ubuntu ubuntu 4096 Jan 26 03:31 palworld/ drwxrwxr-x 7 ubuntu ubuntu 4096 Jan 26 03:31 palworld/
``` ```
3. Run `migrate.sh` like this 3. Run `migrate.sh` like this
```shell ```shell
./migrate.sh {CONTAINER_NAME} {SERVER_NAME} ./migrate.sh {CONTAINER_NAME} {SERVER_NAME}
``` ```
For example, For example,
```shell ```shell
./migrate.sh test-pal-migrate 74406BE1D7B54114AA5984CCF1236865 ./migrate.sh test-pal-migrate 74406BE1D7B54114AA5984CCF1236865
``` ```