mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] use lowercase to be consistent with the service name
This commit is contained in:
parent
051293e288
commit
16ba0b9831
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@ if [[ "$1" == "True" ]]; then
|
|||
|
||||
# Add new email services
|
||||
sudo yunohost service add rspamd -l /var/log/mail.log \
|
||||
|| echo "Rspamd is already listed in services"
|
||||
|| echo "rspamd is already listed in services"
|
||||
|
||||
sudo yunohost service add rmilter -l /var/log/mail.log \
|
||||
|| echo "Rmilter is already listed in services"
|
||||
|| echo "rmilter is already listed in services"
|
||||
|
||||
sudo yunohost service add redis-server -l /var/log/redis/redis-server.log \
|
||||
|| echo "redis-server is already listed in services"
|
||||
|
|
Loading…
Add table
Reference in a new issue