Skip to content

Commit

Permalink
skip coping docker
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSuh-Q3 authored Jul 20, 2023
1 parent 02ba7f2 commit 92a75e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mvapp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ done

for app in $(ls /volume$1/\@appstore); do

# if [ $app = "Docker" ]; then
if [ $app = "Docker" ]; then
echo "=> skip coping docker folder..."
continue
# echo "=>coping docker folder..."
# rsync -av /volume$1/\@docker /volume$2/\@docker
# fi
fi

echo
echo "Moving $app from volume$1 to volume$2"
Expand Down

0 comments on commit 92a75e1

Please sign in to comment.