7 lines
83 B
Bash
Executable File
7 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
set -ev
|
|
|
|
# Remove service
|
|
rm -f /etc/init.d/ckan-datapusher
|
|
rc-update -u
|