mps-grupkontrol

This commit is contained in:
milisbir 2018-07-20 23:24:27 +03:00
parent 4b6e998b63
commit bed7e5297a
1 changed files with 2 additions and 2 deletions

View File

@ -1656,8 +1656,8 @@ grupad_kontrol() {
echo "Talimat geçersiz grup bilgisi içermektedir!"
fi
echo "Yukarıdaki grup numaralarından birini seçiniz!";read -p "No:" _no
[ $_no -lt 1 ] && check_group $_grup
[ $_no -gt $_lineno ] && check_group $_grup
[ $_no -lt 1 ] && grupad_kontrol $_grup ${_talimat}
[ $_no -gt $_lineno ] && grupad_kontrol $_grup ${_talimat}
_agrup=$(cat ${GRUP_DOSYA} | sed -n ${_no}p)
echo "$_agrup seçildi."
sed -i '/Grup:/d' ${_talimat}