Skip to content

Commit 9c8aa1f

Browse files
committed
WIP
1 parent 721e5d7 commit 9c8aa1f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

config/maps/alerts_test.zip

1.81 KB
Binary file not shown.

config/maps/plugins/standard_actions/wikipedia_local/de-DE/kiwix-docker-start-if-not-running.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ CONTAINER_ID=$(docker run -d --name $CONTAINER_NAME -p $HOST_PORT:$CONTAINER_POR
5252
sleep 4
5353

5454
# Finaler Prüfschritt
55-
if docker ps | grep -q "$CONTAINER_ID"; then
55+
if docker ps | grep -q "$CONTAINER_NAME"; then
5656
echo ""
5757
echo "✅ ERFOLG! Kiwix-Server gestartet."
5858
echo " URL: http://localhost:$HOST_PORT/viewer#$CONTAINER_ZIM_NAME/Krankenhaus_J%C3%BClich"

0 commit comments

Comments
 (0)