diff --git a/bin/mps b/bin/mps index e56b2b197..4f66c530b 100755 --- a/bin/mps +++ b/bin/mps @@ -35,7 +35,9 @@ fi git_sunucu="https://notabug.org" git_sunucu_eski="https://github.com" -if [ $(cat /sources/milis.git/.git/config | grep "url =" | grep "${git_sunucu_eski}") ];then +cat /sources/milis.git/.git/config | grep "url =" | grep "${git_sunucu_eski}" + +if [ $? -eq 0 ];then echo "eski git sunucusundan göç ediliyor." mv /sources/milis.git /sources/milis.git.eski fi