浏览代码

Update nocodb.sh

tteckster 1 年之前
父节点
当前提交
f2a7a1699d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ct/nocodb.sh

+ 1 - 1
ct/nocodb.sh

@@ -72,7 +72,7 @@ ExecStart=/opt/nocodb/./nocodb
 
 [Install]
 WantedBy=multi-user.target" >$service_path
-systemctl daemon-reload
+systemctl -q daemon-reload
 systemctl start -q nocodb.service
 msg_ok "Updated Successfully"
 exit