Skip to content

Commit

Permalink
Fixed: SC2188
Browse files Browse the repository at this point in the history
Changed: Filename in README.md
  • Loading branch information
ccztux committed Mar 19, 2019
1 parent 7734a12 commit 4f12fe5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Download the latest tarball and extract it:

```bash
cd /tmp
wget "https://api.github.com/repos/ccztux/glsysbackup/tarball" -O glsysbackup.master.tar.gz
tar -xvzf glsysbackup.master.tar.gz
wget "https://api.github.com/repos/ccztux/glsysbackup/tarball" -O glsysbackup.latest.tar.gz
tar -xvzf glsysbackup.latest.tar.gz
cd ccztux-glsysbackup-*
```

Expand Down
4 changes: 2 additions & 2 deletions usr/local/glsysbackup/bin/glsysbackup
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ logHandler()
then
if [ "$((log_conf & b_log_to_file_truncate))" -gt "0" ] && [ "${script_log_file_truncated}" -ne "1" ]
then
if >|"${script_log_file}"
if true >|"${script_log_file}"
then
script_log_file_truncated="1"
fi
Expand Down Expand Up @@ -765,7 +765,7 @@ setDefaultConfig()
log_to_stdout="1"
log_to_syslog="0"
log_timestamp_format="%Y-%m-%d %H:%M:%S"
log_to_file_truncate="1"
log_to_file_truncate="0"
root_privileges_required="1"
re_nice_enabled="0"
re_nice_priority="19"
Expand Down

0 comments on commit 4f12fe5

Please sign in to comment.