mps-goc
This commit is contained in:
parent
8a4ff966c4
commit
f0e7a14550
2
bin/mps
2
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}" &> /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."
|
||||
|
|
Loading…
Reference in New Issue