Skip to content

Commit

Permalink
Merge pull request raspiblitz#335 from openoms/raspiblitz-dev
Browse files Browse the repository at this point in the history
 fix missing  `pip requests` in dietpi for autounlock
  • Loading branch information
rootzoll authored Feb 20, 2019
2 parents 0b6476c + 6a9a63a commit dff1c47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home.admin/config.scripts/lnd.autounlock.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# requests missing in dietpi
sudo pip install requests

# command info
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
echo "small config script to autounlock lnd after restart"
Expand Down

0 comments on commit dff1c47

Please sign in to comment.