commit | e7b8fa1050bfe4a4d41a666d4beb1b344fc5f910 | [log] [download] |
---|---|---|
author | Thorsten Schifferdecker <curx@openvz.org> | Tue Jun 05 16:20:33 2007 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue Jun 05 16:20:33 2007 +0400 |
tree | 469cf82d0d977419e0227dca7b7dc697a3598289 | |
parent | e42fb6f29a20ae7d45cabbeed3e21210cbde2280 [diff] |
fix bashism conditionals in vps-net_add bashism conditionals, like if [ "txt" == "txt" ]; do should be changed to : if [ "txt" = "txt" ]; do http://bugzilla.openvz.org/594