[GH-ISSUE #102] missing a $ sign #27

Open
opened 2026-03-07 19:10:07 +03:00 by kerem · 1 comment
Owner

Originally created by @wanlinwang on GitHub (Oct 18, 2025).
Original GitHub issue: https://github.com/007revad/Synology_enable_Deduplication/issues/102

if grep -o "string2" "${strgmgr}" >/dev/null; then

should be

if grep -o "$string2" "${strgmgr}" >/dev/null; then

right? thank you.

Originally created by @wanlinwang on GitHub (Oct 18, 2025). Original GitHub issue: https://github.com/007revad/Synology_enable_Deduplication/issues/102 ``` if grep -o "string2" "${strgmgr}" >/dev/null; then ``` should be ``` if grep -o "$string2" "${strgmgr}" >/dev/null; then ``` right? thank you.
Author
Owner

@007revad commented on GitHub (Oct 18, 2025):

Thanks.

I've fixed it in v1.4.32

<!-- gh-comment-id:3417930537 --> @007revad commented on GitHub (Oct 18, 2025): Thanks. I've fixed it in [v1.4.32](https://github.com/007revad/Synology_enable_Deduplication/releases/tag/v1.4.32)
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Synology_enable_Deduplication#27
No description provided.