Procházet zdrojové kódy

update funwar.md

Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com>
hwipl před 6 roky
rodič
revize
6b3b28b4cf
1 změnil soubory, kde provedl 8 přidání a 1 odebrání
  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