diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-05-23 16:26:41 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-05-23 16:26:41 +0200 |
commit | 1b4ae6eb34afe59000a7fd0e70be6319171dc29f (patch) | |
tree | 28afdf0181fb14b62e848ad5171e50bc11ac65b2 /push-images.sh | |
parent | 6f127cc3a6d144925f22d137ca76bbbf1fd8e04f (diff) | |
download | imagefish-1b4ae6eb34afe59000a7fd0e70be6319171dc29f.tar.gz |
inplace rsync
Diffstat (limited to 'push-images.sh')
-rwxr-xr-x | push-images.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/push-images.sh b/push-images.sh index 9d29d2b..f259c54 100755 --- a/push-images.sh +++ b/push-images.sh @@ -20,7 +20,7 @@ fi echo echo "### rsync $count uncompressed image(s)" echo -rsync --verbose --progress --implace \ +rsync --verbose --progress --inplace \ $images $dest echo |