From 8fd6c3f9597b5421b882386fa3364347931b0cf4 Mon Sep 17 00:00:00 2001 From: sn0w Date: Mon, 26 Aug 2019 00:02:45 +0200 Subject: [PATCH] update docs --- README.md | 4 ++-- pleroma.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e79dcc1..5fcca9c 100644 --- a/README.md +++ b/README.md @@ -79,10 +79,10 @@ Pleroma maintenance is usually done with mix tasks. You can run these tasks in your running pleroma server using `./pleroma.sh mix [task] [arguments...]`. -If you need to fix some bigger issues you can also spawn a shell with `./pleroma.sh enter`. - For example: `/pleroma.sh mix pleroma.user new sn0w ...` +If you need to fix bigger problems you can also spawn a shell with `./pleroma.sh enter`. + ### Customization Add your customizations (and their folder structure) to `custom.d/`.
diff --git a/pleroma.sh b/pleroma.sh index e92efc2..30b217c 100755 --- a/pleroma.sh +++ b/pleroma.sh @@ -179,7 +179,7 @@ action__build() { } action__enter() { - docker_compose exec server sh -c 'cd ~/pleroma && bash' + docker_compose exec server sh -c 'cd ~/pleroma && ash' } action__logs() {