diff --git a/lug-helper.sh b/lug-helper.sh index 4e20eda..649cd29 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -1770,7 +1770,7 @@ display_dirs() { # Helper configs and keybinds if [ -d "$conf_dir/$conf_subdir" ]; then - dirs_list+=("\n\nHelper configuration:\n$conf_dir/$conf_subdir\n\nKeybind backups:\n$conf_dir/$conf_subdir/keybinds") + dirs_list+="\n\nHelper configuration:\n$conf_dir/$conf_subdir\n\nKeybind backups:\n$conf_dir/$conf_subdir/keybinds" fi # Wine prefix @@ -1816,7 +1816,7 @@ display_dirs() { message_heading="$message_heading" fi - message info "$message_heading\n${dirs_list[@]}" + message info "$message_heading\n$dirs_list" } # Display the LUG Wiki