Update pimpmykali.sh
This commit is contained in:
parent
f10f8797b1
commit
926afd1747
|
@ -59,7 +59,7 @@ check_for_root () {
|
||||||
}
|
}
|
||||||
|
|
||||||
fix_section () {
|
fix_section () {
|
||||||
echo $section force=$force type=$type check=$check
|
# echo $section force=$force type=$type check=$check
|
||||||
if [ $check -ne 0 ] && [ $force -ne 0 ]
|
if [ $check -ne 0 ] && [ $force -ne 0 ]
|
||||||
then
|
then
|
||||||
echo -e "\n $redstar Reinstallation : $section"
|
echo -e "\n $redstar Reinstallation : $section"
|
||||||
|
|
Loading…
Reference in New Issue