mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-01-29 06:09:01 +00:00
Fix comment
This commit is contained in:
parent
ff049860d1
commit
2764284d12
@ -2406,7 +2406,7 @@ display_wiki() {
|
|||||||
# Delete the helper's config directory
|
# Delete the helper's config directory
|
||||||
reset_helper() {
|
reset_helper() {
|
||||||
if [ "$1" = "switchprefix" ]; then
|
if [ "$1" = "switchprefix" ]; then
|
||||||
# This gets called by the switch_prefix and install_wine functions
|
# This gets called by the switch_prefix and install_game_wine functions
|
||||||
# We only want to delete configs related to the game path in order to target a different game install
|
# We only want to delete configs related to the game path in order to target a different game install
|
||||||
debug_print continue "Deleting $conf_dir/$conf_subdir/{$wine_conf,$game_conf}..."
|
debug_print continue "Deleting $conf_dir/$conf_subdir/{$wine_conf,$game_conf}..."
|
||||||
rm --interactive=never "${conf_dir:?}/$conf_subdir/"{"$wine_conf","$game_conf"}
|
rm --interactive=never "${conf_dir:?}/$conf_subdir/"{"$wine_conf","$game_conf"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user