diff --git a/backend/apprun.sh b/backend/apprun.sh index 85fb2b2..990d7ec 100644 --- a/backend/apprun.sh +++ b/backend/apprun.sh @@ -192,7 +192,7 @@ run() { checkOrCreate_network containerLogPath=/usr/local/$COMPANY_NAME/logs PREFIX=${PROJECT_NAME##*-} - XXLJOB_LABEL = "--label \"traefik.enable=true\" \ + XXLJOB_LABEL="--label \"traefik.enable=true\" \ --label \"traefik.http.routers.${PREFIX}-router.rule=PathPrefix(\`/${PREFIX}\`)\" \ --label \"traefik.http.routers.${PREFIX}-router.entrypoints=xxljob\" \ --label \"traefik.http.services.${PREFIX}-service.loadbalancer.server.port=9999\""