Fixed bug
Identified bug around line 400 where line started with 'r[['. Removed 'r' from the start of the line.
This commit is contained in:
parent
664655bc65
commit
e1c3f9f1cc
2
updater
2
updater
|
|
@ -408,7 +408,7 @@ exit_code=$?
|
|||
log "DEBUG" "Successfully extracted files from data.tar.gz." "$log_file"
|
||||
[[ ! $quiet -eq 0 ]] && echo "completed."
|
||||
## etc/ directory only contains a cron daily directory, remove it
|
||||
r[[ ! $quiet -eq 0 ]] && m -r "$tmp_path/etc/"
|
||||
[[ ! $quiet -eq 0 ]] && m -r "$tmp_path/etc/"
|
||||
## add data.tar.xz to the garbage list
|
||||
echo "$tmp_path/data.tar.xz" >> "$garbage"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user