Skip to content

Commit

Permalink
Merge pull request cobbler#296 from jimi1283/issue_278
Browse files Browse the repository at this point in the history
BUGFIX - Issue cobbler#278 - cobbler import fails for ubuntu images due to rsync args
  • Loading branch information
jimi-c committed Sep 8, 2012
2 parents 172448c + e0c801a commit 0d05b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobbler/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
DEBUG = 5

# FIXME: add --quiet depending on if not --verbose?
RSYNC_CMD = "rsync -aL %s '%s' %s --progress"
RSYNC_CMD = "rsync -a %s '%s' %s --progress"

# notes on locking:
# BootAPI is a singleton object
Expand Down

0 comments on commit 0d05b2a

Please sign in to comment.