Skip to content

Commit d23aa3f

Browse files
authored
slskd: add space in sed command (#4853)
1 parent 131f835 commit d23aa3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/slskd-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sed -i \
3535
s|0.0.0.0/0,::/0|& # Replace this with your subnet|" \
3636
-e "\|soulseek|,\|write_queue|s|^#||" \
3737
-e "\|jwt:|,\|ttl|s|key: ~|key: $JWT_KEY|" \
38-
-e "s|^ picture|# picture|" \
38+
-e "s|^ picture|# picture|" \
3939
/opt/${APPLICATION}/config/slskd.yml
4040
msg_ok "Setup ${APPLICATION}"
4141

0 commit comments

Comments
 (0)