Ver código fonte

update funwar.md

Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com>
hwipl 6 anos atrás
pai
commit
6b3b28b4cf
1 arquivos alterados com 8 adições e 1 exclusões
  1. 8 1
      scripts/funwar.md

+ 8 - 1
scripts/funwar.md

@@ -124,7 +124,14 @@ $ docker exec -ti abc123def456 bash
 Inside the shell session, install `libpq`:
 
 ```console
-$ apk add libpq
+# apk add libpq
+```
+
+Remove eggdrop's pid file, so we can commit the above changes to a new image
+without running into eggdrop issues when we start the new container image:
+
+```console
+# rm pid.FooBot
 ```
 
 Close the shell session, e.g., with `exit`. Then, commit your changes to a new