From f2a7a1699d1ff8f4872803f5f907fa70b51751b6 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 21 Oct 2023 11:59:21 -0400 Subject: [PATCH] Update nocodb.sh --- ct/nocodb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/nocodb.sh b/ct/nocodb.sh index 26da3998..0a1739f6 100644 --- a/ct/nocodb.sh +++ b/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