diff --git a/bin/mps b/bin/mps index 525ff3de9..a9233728f 100755 --- a/bin/mps +++ b/bin/mps @@ -493,6 +493,7 @@ git_guncelle() { ryaz 33 "git sunucudan güncelleme çekiliyor." if [ ! -d milis.git ];then git clone $git_sunucu milis.git + rsync -av /sources/milis.git/rootfs/* / else cd milis.git git pull