Update powerwall.sh
This commit is contained in:
@@ -731,7 +731,7 @@ CONFSYNC(){
|
||||
}
|
||||
|
||||
DOWNLIST(){
|
||||
DOWN_LIST=`find ${PW_TMPFOLDER}/ -iname "*.down"`
|
||||
DOWN_LIST=`find ${PW_TMPFOLDER}/ -maxdepth 1 -iname "*.down"`
|
||||
IFS=$'\n'
|
||||
read -rd '' -a DOWN_LIST <<<"${DOWN_LIST}"
|
||||
unset IFS
|
||||
|
||||
Reference in New Issue
Block a user