added missing separator func call to auto-cpufreq-installer

This commit is contained in:
Adnan Hodzic 2020-09-13 20:28:34 +02:00
parent 5bf7e573c3
commit 75124ff803
1 changed files with 2 additions and 1 deletions

View File

@ -143,7 +143,8 @@ fi
[ -f $log_file ] && rm $log_file
separator
echo -e "\nauto-cpufreq tool and all its supporting files successfully removed.\n"
echo -e "\nauto-cpufreq tool and all its supporting files successfully removed."
separator
}
ask_operation(){