Skip to content

Commit

Permalink
🚚 Change P2pool outpout directory to new add-on mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
casse-boubou committed May 26, 2024
1 parent 4275d8b commit c81e7d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion p2pool/rootfs/etc/s6-overlay/s6-rc.d/p2pool/run
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,10 @@ bashio::log.info "P2pool log level set to $loglevel"

# Create folder for data
mkdir -p \
/config/data_api
/config/data_api \
/config/p2pool_files

# Launching p2pool
bashio::log.info "Starting of P2Pool"
cd /config/p2pool_files
exec /opt/p2pool --data-api /config/data_api --local-api "${conf_props[@]}"

0 comments on commit c81e7d7

Please sign in to comment.