diff --git a/bin/mps b/bin/mps index 6730ac1a1..5225bd8a0 100755 --- a/bin/mps +++ b/bin/mps @@ -33,6 +33,12 @@ if [ -z ${sunucu+:} ]; then 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 + mv /sources/milis.git /sources/milis.git.eski +fi + if [ -z ${hesap_repo+:} ]; then hesap_repo="milislinux/milis"