fix message where the config file is created
This commit is contained in:
parent
44f46f5829
commit
17626c590f
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue