From d23aa3fda07eab2b24fed2f6bcf51f61484fecdd Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 30 May 2025 10:55:05 -0400 Subject: [PATCH] slskd: add space in sed command (#4853) --- install/slskd-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/slskd-install.sh b/install/slskd-install.sh index e2c16663e..b4b3d8b12 100644 --- a/install/slskd-install.sh +++ b/install/slskd-install.sh @@ -35,7 +35,7 @@ sed -i \ s|0.0.0.0/0,::/0|& # Replace this with your subnet|" \ -e "\|soulseek|,\|write_queue|s|^#||" \ -e "\|jwt:|,\|ttl|s|key: ~|key: $JWT_KEY|" \ - -e "s|^ picture|# picture|" \ + -e "s|^ picture|# picture|" \ /opt/${APPLICATION}/config/slskd.yml msg_ok "Setup ${APPLICATION}"