Compare commits

..

No commits in common. "6a2fc3598bfaee20b283c9bffe0cb1e01d4aa87a" and "840e343fb49f0078608f857d5f28afa64b976fc8" have entirely different histories.

View File

@ -864,7 +864,7 @@ MODULES=(${modules:?})
FILTEREXP='${filterexp:?}' FILTEREXP='${filterexp:?}'
VERBOSE=7 VERBOSE=7
LOGITEMS=aeEl 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 EOF
if [[ $master_module ]]; then if [[ $master_module ]]; then
echo "MASTERMODULE='$master_module'" >> "$conf_path" echo "MASTERMODULE='$master_module'" >> "$conf_path"