mirror of https://github.com/aristocratos/bashtop
added
parent
0bf53f4216
commit
4c8d0c1556
|
@ -38,6 +38,10 @@ Main menu.
|
||||||
Options menu.
|
Options menu.
|
||||||

|

|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Copy or link "bashtop" into PATH, or just run from cloned directory...
|
||||||
|
|
||||||
## Configurability
|
## Configurability
|
||||||
|
|
||||||
All options changeable from within UI.
|
All options changeable from within UI.
|
||||||
|
|
2
bashtop
2
bashtop
|
@ -3346,7 +3346,7 @@ if [[ -d "$HOME/.config/bashtop" && -w "$HOME/.config/bashtop" ]] || mkdir -p "$
|
||||||
if [[ -e $config_file ]]; then
|
if [[ -e $config_file ]]; then
|
||||||
source "$config_file"
|
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
|
if [[ $(get_value -sf "${config_file}" -k "bashtop v." -mk 1) != "${version}" ]]; then
|
||||||
create_config
|
create_config
|
||||||
save_config "${save_array[@]}"
|
save_config "${save_array[@]}"
|
||||||
|
|
Loading…
Reference in New Issue