Bob Mottram hace 8 años
padre
commit
212700c397
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      src/freedombone-app-xmpp

+ 2
- 0
src/freedombone-app-xmpp Ver fichero

@@ -626,6 +626,8 @@ function install_xmpp_main {
626 626
 
627 627
     systemctl restart prosody
628 628
 
629
+    sleep 5
630
+
629 631
     prosodyctl register $MY_USERNAME $DEFAULT_DOMAIN_NAME "$XMPP_PASSWORD"
630 632
     if [ ! "$?" = "0" ]; then
631 633
         echo ''