`pihole-FTL --config` had a quite option `-q` which we use here https://github.com/pi-hole/docker-pi-hole/blob/41627256841ca1a765817be8c20d9ea166902de0/src/bash_functions.sh#L14-L15 and https://github.com/pi-hole/pi-hole/blob/1837b754b945eeab6ad5976443b38b983eb96e6e/advanced/Scripts/utils.sh#L75-L79 But execution this command on cli indicates this option was 'lost' ``` ./pihole-FTL --config -q Unknown config option -q, did you mean: - debug.gc ```