Compare commits
No commits in common. "6a2fc3598bfaee20b283c9bffe0cb1e01d4aa87a" and "840e343fb49f0078608f857d5f28afa64b976fc8" have entirely different histories.
6a2fc3598b
...
840e343fb4
@ -864,7 +864,7 @@ MODULES=(${modules:?})
|
||||
FILTEREXP='${filterexp:?}'
|
||||
VERBOSE=7
|
||||
LOGITEMS=aeEl
|
||||
RSYNCOPTS=(-aSH -f 'R .~tmp~' --stats --no-human-readable --preallocate --delay-updates ${rsync_options:-} --out-format='@ %i %n%L')
|
||||
RSYNCOPTS=(-aSH -f 'R .~tmp~' --stats --no-human-readable --preallocate --delay-updates ${rsync_options:?} --out-format='@ %i %n%L')
|
||||
EOF
|
||||
if [[ $master_module ]]; then
|
||||
echo "MASTERMODULE='$master_module'" >> "$conf_path"
|
||||
|
Loading…
Reference in New Issue
Block a user