Skip to content

Commit

Permalink
Merge pull request #6 from 007revad/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
007revad committed Jan 5, 2024
2 parents 507041e + 8d198f5 commit 2081551
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.0.4
- Fix bug for handling only two volumes in NAS.

v1.0.3
- Bug fix for moving PlexMediaServer package also tried to move Bug fix for PlexMediaServer shared folder.

Expand Down
4 changes: 1 addition & 3 deletions syno_app_mover.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# sudo -i /volume1/scripts/syno_app_mover.sh
#-----------------------------------------------------------------------------------

scriptver="v1.0.3"
scriptver="v1.0.4"
script=Synology_app_mover
repo="007revad/Synology_app_mover"
scriptname=syno_app_mover
Expand Down Expand Up @@ -244,8 +244,6 @@ for volume in /volume*; do
fi
done



# Select destination volume
if [[ ${#volumes[@]} -ge 1 ]]; then
# Let user select target volume
Expand Down

0 comments on commit 2081551

Please sign in to comment.