From 3a6e6850230a58b9963f30c66ec1abe6d2cae1a7 Mon Sep 17 00:00:00 2001 From: milisbir Date: Sat, 9 Jun 2018 14:18:31 +0200 Subject: [PATCH] mps-goc --- bin/mps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mps b/bin/mps index 4f66c530b..3743f3fac 100755 --- a/bin/mps +++ b/bin/mps @@ -35,7 +35,7 @@ fi git_sunucu="https://notabug.org" git_sunucu_eski="https://github.com" -cat /sources/milis.git/.git/config | grep "url =" | grep "${git_sunucu_eski}" +cat /sources/milis.git/.git/config | grep "url =" | grep "${git_sunucu_eski}" &> /dev/null if [ $? -eq 0 ];then echo "eski git sunucusundan göç ediliyor."