pull/19/head
aristocratos 2020-04-05 21:01:20 +02:00
parent 0bf53f4216
commit 4c8d0c1556
2 changed files with 5 additions and 1 deletions

View File

@ -38,6 +38,10 @@ Main menu.
Options menu.
![Screenshot 3](options.png)
## Installation
Copy or link "bashtop" into PATH, or just run from cloned directory...
## Configurability
All options changeable from within UI.

View File

@ -3346,7 +3346,7 @@ if [[ -d "$HOME/.config/bashtop" && -w "$HOME/.config/bashtop" ]] || mkdir -p "$
if [[ -e $config_file ]]; then
source "$config_file"
#* If current config is from and older version recreate config file and save user changes
#* If current config is from an older version recreate config file and save user changes
if [[ $(get_value -sf "${config_file}" -k "bashtop v." -mk 1) != "${version}" ]]; then
create_config
save_config "${save_array[@]}"