This commit is contained in:
milisbir 2018-06-09 14:18:31 +02:00
parent d40785ffe1
commit 3a6e685023
1 changed files with 1 additions and 1 deletions

View File

@ -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."