🐛 Debug
This commit is contained in:
parent
e46cf2e130
commit
c91fe60268
|
@ -75,7 +75,10 @@ find "$DEST_DIR" -type f -exec sh -c '
|
|||
source_file="$SOURCE_DIR/$relative_path"
|
||||
|
||||
if [ ! -e "$source_file" ]; then
|
||||
echo "Delete $1"
|
||||
rm "$1"
|
||||
else
|
||||
echo "Skipping $1 as it exists in SOURCE_DIR"
|
||||
fi
|
||||
' _ {} \;
|
||||
|
||||
|
|
Loading…
Reference in New Issue