소스 검색

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
 }