Skip to content

Commit

Permalink
Merge pull request #189 from 007revad/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
007revad authored Jul 3, 2024
2 parents e08cf97 + dcc8861 commit 8a0bbd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.1.22
- Bug fix for false "Failed to delete tmp files" log entries.
- Bug first appeared in v1.0.9

v1.1.21
- Hard coded /usr/syno/bin/ for Synology commands (to prevent PATH issues).

Expand Down
4 changes: 2 additions & 2 deletions syno_enable_m2_volume.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# sudo /volume1/scripts/syno_enable_m2_volume.sh
#------------------------------------------------------------------------------

scriptver="v1.1.21"
scriptver="v1.1.22"
script=Synology_enable_M2_volume
repo="007revad/Synology_enable_M2_volume"
scriptname=syno_enable_m2_volume
Expand Down Expand Up @@ -276,7 +276,7 @@ cleanup_tmp(){
fi

# Add warning to DSM log
if [[ -z $cleanup_err ]]; then
if [[ $cleanup_err ]]; then
syslog_set warn "$script update failed to delete tmp files"
fi
}
Expand Down

0 comments on commit 8a0bbd1

Please sign in to comment.