Spotter-VM/ckan-datapusher/uninstall.sh

9 lines
91 B
Bash
Executable File

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