Skip to content

Commit

Permalink
Update syno_app_mover.sh
Browse files Browse the repository at this point in the history
Bug fix for `cannot stat '/volume1/@SynologyDrive': No such file or directory`.
  • Loading branch information
007revad committed Feb 13, 2024
1 parent 9941452 commit 54843ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syno_app_mover.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Check exit status of package uninstall and install


scriptver="v2.0.6"
scriptver="v2.0.7"
script=Synology_app_mover
repo="007revad/Synology_app_mover"
scriptname=syno_app_mover
Expand Down Expand Up @@ -749,7 +749,7 @@ move_extras(){
#file=/var/packages/SynologyDrive/etc/db-path.conf
#if [[ -f "$file" ]]; then
#echo "db-vol=$2" > "$file"
move_dir "@SynologyDrive"
move_dir "@synologydrive"
move_dir "@SynologyDriveShareSync"
echo ""
#fi
Expand Down

0 comments on commit 54843ee

Please sign in to comment.