Spotter-VM/redis/uninstall.sh

9 lines
81 B
Bash
Executable File

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