linux-vserver / util-vserver

http://linux-vserver.org/
GNU General Public License v2.0
15 stars 14 forks source link

scripts/vserver.functions: fix argument ordering for _readFileToArray #13

Closed AlexanderS closed 9 years ago

AlexanderS commented 9 years ago

_readFileToArray expects the file name as first argument and the array name as second. Not the other way around.