[survey-web/oscp] Pass --ignore-existing to rsync
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [survey-web/oscp] Pass --ignore-existing to rsync
- Date: Tue, 29 Dec 2020 11:29:28 +0000 (UTC)
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]