added missing separator func call to auto-cpufreq-installer
This commit is contained in:
parent
5bf7e573c3
commit
75124ff803
|
@ -143,7 +143,8 @@ fi
|
||||||
[ -f $log_file ] && rm $log_file
|
[ -f $log_file ] && rm $log_file
|
||||||
|
|
||||||
separator
|
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(){
|
ask_operation(){
|
||||||
|
|
Loading…
Reference in New Issue