mps-kurulukontrol

This commit is contained in:
milisarge 2017-04-01 15:15:52 +03:00
parent eb6f253373
commit 291eb923aa
1 changed files with 6 additions and 1 deletions

View File

@ -655,7 +655,12 @@ kurulu_kontrol(){
echo "kurulu"
exit 1
fi
echo "degil"
if [[ $(find $talimatname_dizin -name $1) ]];then
echo "degil"
else
echo "tanimsiz"
fi
exit 1
}
sistem_kur(){