mps-kurulukontrol
This commit is contained in:
parent
eb6f253373
commit
291eb923aa
1 changed files with 6 additions and 1 deletions
5
bin/mps
5
bin/mps
|
@ -655,7 +655,12 @@ kurulu_kontrol(){
|
|||
echo "kurulu"
|
||||
exit 1
|
||||
fi
|
||||
if [[ $(find $talimatname_dizin -name $1) ]];then
|
||||
echo "degil"
|
||||
else
|
||||
echo "tanimsiz"
|
||||
fi
|
||||
exit 1
|
||||
}
|
||||
|
||||
sistem_kur(){
|
||||
|
|
Loading…
Add table
Reference in a new issue