浏览代码

Try a delay

Bob Mottram 8 年前
父节点
当前提交
b5fb76b2fc
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      src/freedombone-app-xmpp

+ 2
- 0
src/freedombone-app-xmpp 查看文件

@@ -677,6 +677,8 @@ function install_xmpp_main {
677 677
 
678 678
     systemctl restart prosody
679 679
 
680
+    sleep 5
681
+
680 682
     prosodyctl register $MY_USERNAME $DEFAULT_DOMAIN_NAME "$XMPP_PASSWORD"
681 683
     if [ ! "$?" = "0" ]; then
682 684
         echo ''