From 48c3bcb4d1fce54bffe2569485f9a7538b27ff0d Mon Sep 17 00:00:00 2001 From: milisman Date: Sun, 1 May 2016 03:09:29 +0000 Subject: [PATCH] rootfs --- bin/mps | 1 + 1 file changed, 1 insertion(+) 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