Ver código fonte

Freepbx module order fixed

Hal De 4 anos atrás
pai
commit
13dc7c69c1
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -257,7 +257,6 @@ RUN cd /usr/src && \
   curl -fSL --connect-timeout 30 http://mirror1.freepbx.org/modules-${FREEPBX_VER}.xml -o modules-${FREEPBX_VER}.xml && \
   mkdir -p amp_conf/htdocs/admin/modules/_cache && \
   for MODULE in \
-      pm2 \
       announcement \
       arimanager \
       asteriskinfo \
@@ -290,6 +289,7 @@ RUN cd /usr/src && \
       bulkhandler \
       speeddial \
       weakpasswords \
+      pm2 \
       ; do \
   mkdir -p amp_conf/htdocs/admin/modules/$MODULE && \
   MODULE_VER=$(php -r "echo json_encode(simplexml_load_file('modules-${FREEPBX_VER}.xml'));" | jq -r ".module[] | select(.rawname == \"${MODULE}\") | {version}".version) && \