fix message where the config file is created

This commit is contained in:
Christian Schendel 2025-12-06 17:21:35 +00:00
parent 44f46f5829
commit 17626c590f
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3

View file

@ -84,7 +84,7 @@ check_config() {
if [[ ! -f "$user_config_file" ]]; then if [[ ! -f "$user_config_file" ]]; then
echo -e "${bold}------------------------------------------------------------${all_off}" echo -e "${bold}------------------------------------------------------------${all_off}"
echo -e "${bold} No config file found so creating a fresh one in:${all_off}" echo -e "${bold} No config file found so creating a fresh one in:${all_off}"
echo -e "${bold}${blue} $XDG_CONFIG_HOME/$pkgname.conf${all_off}" echo -e "${bold}${blue} $XDG_CONFIG_HOME/$pkgname/$pkgname.conf${all_off}"
echo echo
echo -e "${bold} Edit this file before invoking $pkgname again.${all_off}" echo -e "${bold} Edit this file before invoking $pkgname again.${all_off}"
echo -e "${bold}------------------------------------------------------------${all_off}" echo -e "${bold}------------------------------------------------------------${all_off}"