Spotter-VM/solr/uninstall.sh

9 lines
80 B
Bash
Executable File

#!/bin/sh
set -ev
# Remove service
rm -f /etc/init.d/solr
rc-update -u
exit 0