Skip to content

Commit

Permalink
Merge pull request crazy-max#305 from stickz/php82-fix
Browse files Browse the repository at this point in the history
Fix PHP version in rtlocal.rc
  • Loading branch information
crazy-max authored Dec 27, 2023
2 parents d80d339 + 0425a18 commit 2b4a25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/tpls/etc/rtorrent/.rtlocal.rc
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ log.add_output = "rpc_events","log"
#log.xmlrpc = (cat,(cfg.logs),"xmlrpc.log")

# Initialize plugins
execute2 = {sh,-c,/usr/bin/php81 /var/www/rutorrent/php/initplugins.php rtorrent &}
execute2 = {sh,-c,/usr/bin/php82 /var/www/rutorrent/php/initplugins.php rtorrent &}

0 comments on commit 2b4a25e

Please sign in to comment.