Update nocodb.sh

This commit is contained in:
tteckster 2023-10-21 11:59:21 -04:00 committed by GitHub
parent f2e58ac26e
commit f2a7a1699d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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