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