mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-01 02:44:34 +02:00
Fix removal of shared_dir on remove (#319)
This commit is contained in:
parent
d0df29e33e
commit
40d0671b1a
@ -181,7 +181,7 @@ function tool_remove {
|
||||
|
||||
# remove auto-cpufreq and all its supporting files
|
||||
[ -f $files ] && cat $files | xargs sudo rm -rf && rm -f $files
|
||||
[ -f $share_dir ] && rm -rf $share_dir
|
||||
[ -d $share_dir ] && rm -rf $share_dir
|
||||
|
||||
# files cleanup
|
||||
[ -f $srv_install ] && rm $srv_install
|
||||
|
Loading…
x
Reference in New Issue
Block a user