1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-29 18:50:08 +03:00

broken pipe fix change permission masks and store stdin (#2278)

This commit is contained in:
Sergio Semedi Barranco 2018-07-11 12:00:47 +02:00 committed by Tino Vázquez
parent 7207094c39
commit 8c4a2b3bed

2
src/vmm_mad/remotes/vcenter/prereconfigure Normal file → Executable file
View File

@ -15,6 +15,6 @@
# See the License for the specific language governing permissions and #
# limitations under the License. #
#--------------------------------------------------------------------------- #
cat -
STDIN=`cat -`
exit 0