[survey-web/oscp] Pass --ignore-existing to rsync



commit 1dbb8b7e4c0b697f77ad00af4bee55bb3da02674
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue Dec 29 12:29:19 2020 +0100

    Pass --ignore-existing to rsync

 entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/entrypoint.sh b/entrypoint.sh
index 3477308a..dd1d112e 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
 
-rsync -r /usr/src/limesurvey/ /var/www/html
+rsync -r --ignore-existing /usr/src/limesurvey/ /var/www/html
 php application/commands/console.php updatedb
 exec php-fpm


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]