upgrade_roundcube.sh: fixx IFS-error - reset IFS after setting.
This commit is contained in:
parent
9b200ba4e7
commit
063a634963
@ -173,6 +173,7 @@ fi
|
|||||||
# - Sort array
|
# - Sort array
|
||||||
# -
|
# -
|
||||||
IFS=$'\n' website_arr=($(sort <<<"${unsorted_website_arr[*]}"))
|
IFS=$'\n' website_arr=($(sort <<<"${unsorted_website_arr[*]}"))
|
||||||
|
IFS=' '
|
||||||
|
|
||||||
|
|
||||||
WEBSITE_NAME=
|
WEBSITE_NAME=
|
||||||
|
Loading…
Reference in New Issue
Block a user