mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-29 19:10:13 -06:00
Make stop_server.sh script tolerate noms-server not existing
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
service stop noms-server
|
||||
[[ `service status noms-server 2> /dev/null` ]] && service stop noms-server
|
||||
Reference in New Issue
Block a user