This commit is contained in:
milisbir 2017-08-12 16:38:44 +03:00
parent ed69169315
commit 72da1f2cf6
1 changed files with 1 additions and 1 deletions

View File

@ -1739,7 +1739,7 @@ agdan_kur(){
surumler=$(ls "$paketdepo$1#"* | wc -l)
if [ $surumler = 1 ];then
icerik_ekle $(ls "$paketdepo$1#"*)
else
elif [ $surumler > 1 ]
ryaz 31 "$1 paketinin birden fazla sürümü var!"
kurulacak_guncel_paket=$(ls -1t "$paketdepo$1#"* | head -1)
ryaz 32 "$kurulacak_guncel_paket sürümü kuruluyor"