Skip to content

Commit

Permalink
Merge pull request #39 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 cabcf8b + 9ce6018 commit bc260a3
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 @@
v2.1.12
- Bug fix for false "Failed to delete tmp files" log entries.
- Bug first appeared in v1.0.6

v2.1.11
- Added ability to schedule the script and specify the expansion unit to enable.
--unit=EUNIT where EUNIT is dx517, dx513, dx213, dx510, rx418, rx415 or rx410
Expand Down
4 changes: 2 additions & 2 deletions syno_enable_eunit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# sudo -i /volume1/scripts/syno_enable_eunit.sh
#-----------------------------------------------------------------------------------

scriptver="v2.1.11"
scriptver="v2.1.12"
script=Synology_enable_eunit
repo="007revad/Synology_enable_eunit"
scriptname=syno_enable_eunit
Expand Down Expand Up @@ -298,7 +298,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 bc260a3

Please sign in to comment.