Преглед на файлове

More robust udate of prosody modules

Bob Mottram преди 8 години
родител
ревизия
27ee88c57f
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0
    4
      src/freedombone-app-xmpp

+ 0
- 4
src/freedombone-app-xmpp Целия файл

297
         chown -R prosody:prosody /var/lib/prosody/prosody-modules
297
         chown -R prosody:prosody /var/lib/prosody/prosody-modules
298
     fi
298
     fi
299
 
299
 
300
-    cd /var/lib/prosody/prosody-modules
301
-    hg pull
302
-    hg update
303
-
304
     # change to using pep rather than profile modules
300
     # change to using pep rather than profile modules
305
     if grep '"profile"' /etc/prosody/prosody.cfg.lua; then
301
     if grep '"profile"' /etc/prosody/prosody.cfg.lua; then
306
         sed -i 's|"profile"|"pep"|g' /etc/prosody/prosody.cfg.lua
302
         sed -i 's|"profile"|"pep"|g' /etc/prosody/prosody.cfg.lua