From 737415eb49e1877524bf81add5045f10a76f8423 Mon Sep 17 00:00:00 2001 From: qo-op Date: Thu, 28 May 2020 16:10:18 +0200 Subject: [PATCH] for hashfile in /tmp/loveland_entrance/* --- g1sms/sms_ASTROPORT.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g1sms/sms_ASTROPORT.sh b/g1sms/sms_ASTROPORT.sh index 8b0b5db..dc08155 100755 --- a/g1sms/sms_ASTROPORT.sh +++ b/g1sms/sms_ASTROPORT.sh @@ -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)