This commit is contained in:
milisbir 2018-06-09 14:27:34 +02:00
parent 3a6e685023
commit 8a4ff966c4
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ cat /sources/milis.git/.git/config | grep "url =" | grep "${git_sunucu_eski}" &>
if [ $? -eq 0 ];then
echo "eski git sunucusundan göç ediliyor."
mv /sources/milis.git /sources/milis.git.eski
sudo mv /sources/milis.git /sources/milis.git.eski
fi