This commit is contained in:
milisbir 2018-06-09 14:10:48 +02:00
parent 3ff6232599
commit a1fb157198
1 changed files with 6 additions and 0 deletions

View File

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