mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
9 lines
164 B
Bash
9 lines
164 B
Bash
#!/bin/sh
|
|
|
|
if [ "$1" = "upgrade" ]; then
|
|
# Return etc/cron.d/clickhouse-server to original state
|
|
service clickhouse-server disable_cron ||:
|
|
fi
|
|
|
|
#DEBHELPER#
|