mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-30 21:04:20 +00:00
Improve debug messages
This commit is contained in:
parent
8e6fe1225d
commit
d2983fa519
@ -689,7 +689,7 @@ rm_shaders() {
|
|||||||
|
|
||||||
# Delete the shader directory
|
# Delete the shader directory
|
||||||
if message question "This helper will delete the following directory:\n\n$shaders_dir\n\nDo you want to proceed?"; then
|
if message question "This helper will delete the following directory:\n\n$shaders_dir\n\nDo you want to proceed?"; then
|
||||||
debug_echo continue "Deleting shaders..."
|
debug_echo continue "Deleting $shaders_dir..."
|
||||||
rm -r "$shaders_dir"
|
rm -r "$shaders_dir"
|
||||||
debug_echo continue "Done."
|
debug_echo continue "Done."
|
||||||
message info "Your shaders have been deleted!"
|
message info "Your shaders have been deleted!"
|
||||||
@ -716,7 +716,7 @@ rm_vidcache() {
|
|||||||
|
|
||||||
# Delete the cache file
|
# Delete the cache file
|
||||||
if message question "This helper will delete the following file:\n\n$dxvk_cache\n\nDo you want to proceed?"; then
|
if message question "This helper will delete the following file:\n\n$dxvk_cache\n\nDo you want to proceed?"; then
|
||||||
debug_echo continue "Deleting DXVK cache..."
|
debug_echo continue "Deleting $dxvk_cache..."
|
||||||
rm "$dxvk_cache"
|
rm "$dxvk_cache"
|
||||||
debug_echo continue "Done."
|
debug_echo continue "Done."
|
||||||
message info "Your DXVK cache has been deleted!"
|
message info "Your DXVK cache has been deleted!"
|
||||||
|
Loading…
Reference in New Issue
Block a user