Release 10.0.0 #100

Manually merged
jlecour merged 321 commits from unstable into stable 2020-05-13 11:25:49 +02:00
Showing only changes of commit 0a8061bbd6 - Show all commits

View file

@ -63,7 +63,7 @@ if systemctl is-enabled -q redis-server; then
fi
# additional instances
conf_files=$(ls /etc/redis-*/redis.conf)
conf_files=$(ls -1 /etc/redis-*/redis.conf)
for conf_file in ${conf_files}; do
name=$(dirname ${conf_file} | sed '{s|/etc/redis-||}')
if systemctl is-enabled -q "redis-server@${name}.service"; then