Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
hack for test.sh to prevent plugin failure for certain users
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Mar 30, 2021
1 parent 723183e commit 19e0ab9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ sed -i -e "s~\$updateInterval \= 60\;~\$updateInterval \= 10\;~g" "${rutorrent_p
# set the rutorrent diskspace plugin to point at the /data volume mapping, default is /
sed -i -e "s~\$partitionDirectory \= \&\$topDirectory\;~\$partitionDirectory \= \"/data\";~g" "${rutorrent_plugins_path}/diskspace/conf.php"

# delme - hack to remove test -x, as this is causing plugin failure for certain users (cannot reproduce at present)
sed -i -e 's~test -x.*&&\s~~g' '/usr/share/webapps/rutorrent/php/test.sh'
# /delme

# config - autodl-irssi
####

Expand Down

0 comments on commit 19e0ab9

Please sign in to comment.