Explorar o código

Freepbx module order fixed

Hal De %!s(int64=4) %!d(string=hai) anos
pai
achega
13dc7c69c1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) && \