slskd: fix sed command
This commit is contained in:
parent
f977e4f1c1
commit
f9cfc6e3e1
@ -55,10 +55,12 @@ sed -i \
|
|||||||
-e "/host_url/s/slskd/localhost/" \
|
-e "/host_url/s/slskd/localhost/" \
|
||||||
/opt/soularr/config.ini
|
/opt/soularr/config.ini
|
||||||
sed -i \
|
sed -i \
|
||||||
-e "/^#This\|^#Default\|^INTERVAL/{N;d;}" \
|
-e "/#This\|#Default\|INTERVAL/{N;d;}" \
|
||||||
|
-e "/while\|#Pass/d" \
|
||||||
-e "\|python|s|app|opt/soularr|; s|python|python3|" \
|
-e "\|python|s|app|opt/soularr|; s|python|python3|" \
|
||||||
-e "/dt/,+2d" \
|
-e "/dt/,+2d" \
|
||||||
/opt/soularr/run.sh
|
/opt/soularr/run.sh
|
||||||
|
sed -i -E "/(soularr.py)/s/.{5}$//; /if/,/fi/s/.{4}//" /opt/soularr/run.sh
|
||||||
chmod +x /opt/soularr/run.sh
|
chmod +x /opt/soularr/run.sh
|
||||||
msg_ok "Installed Soularr"
|
msg_ok "Installed Soularr"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user