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

Commit

Permalink
Fix ipfs run script
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsi committed May 16, 2023
1 parent 1178e86 commit 206d79e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions s6/ipfs/etc/services.d/ipfs/run
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/bin/execlineb -P

# import ENV from container
with-contenv
#!/usr/bin/with-contenv sh

if [[ $IPFS_DAEMON == "false" ]]; then
echo "IPFS daemon will not start"
Expand Down

0 comments on commit 206d79e

Please sign in to comment.