for hashfile in /tmp/loveland_entrance/*

This commit is contained in:
qo-op 2020-05-28 16:10:18 +02:00
parent c32557d35c
commit 737415eb49
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Love Land ENTRANCE CHECKING
# /home/$YOU/.zen/astroport/zen/ipfs_SWARM_refresh.sh
for hashfile in $(ls /tmp/loveland_entrance/); do
for hashfile in /tmp/loveland_entrance/*; do
PP=$(cat $hashfile)
PHONE=$(echo $PP | cut -d '|' -f 1)
PARRAIN=$(echo $PP | cut -d '|' -f 2)