Explorar o código

Update nocodb.sh

tteckster hai 1 ano
pai
achega
f2e58ac26e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 }