This commit is contained in:
milisbir 2018-06-09 14:34:53 +02:00
parent 8a4ff966c4
commit f0e7a14550
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}" &> /dev/null
[ -d /sources/milis.git/.git ] && cat /sources/milis.git/.git/config | grep "url =" | grep "${git_sunucu_eski}" &> /dev/null
if [ $? -eq 0 ];then
echo "eski git sunucusundan göç ediliyor."