Fix removal of shared_dir on remove (#319)

This commit is contained in:
bobslept 2021-12-20 19:14:55 +01:00 committed by GitHub
parent d0df29e33e
commit 40d0671b1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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