From a1fb1571985bac15d3d142750233cb63ab45c086 Mon Sep 17 00:00:00 2001 From: milisbir Date: Sat, 9 Jun 2018 14:10:48 +0200 Subject: [PATCH] mps-goc --- bin/mps | 6 ++++++ 1 file changed, 6 insertions(+) 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"