Merge pull request #18 from alwayslivid/master

Changed hardcoded paths
This commit is contained in:
evilsocket
2019-09-29 21:26:34 +02:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
for i in $(seq 1 "$1");
do

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# blink 10 times to signal ready state
/root/pwnagotchi/scripts/blink.sh 10 &