瀏覽代碼

Update nocodb.sh

tteckster 1 年之前
父節點
當前提交
f2e58ac26e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ct/nocodb.sh

+ 1 - 1
ct/nocodb.sh

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