From 1ead810c7854648c882627b5be668dea76ba33bb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 6 Feb 2020 15:36:47 +0300 Subject: [PATCH] do not remove config.php when rsyncing source to work directory --- src/app/startup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/startup.sh b/src/app/startup.sh index f4eee5c..42e3729 100755 --- a/src/app/startup.sh +++ b/src/app/startup.sh @@ -29,6 +29,7 @@ else --exclude feed-icons \ --exclude plugins.local \ --exclude themes.local \ + --exclude config.php \ $SRC_DIR/ $DST_DIR/ rsync -aP --delete \