MSO4SC / cloudify-hpc-plugin

Plugin to allow Cloudify to deploy and orchestrate HPC resources
Apache License 2.0
8 stars 8 forks source link

Bug bootstrap fails because of unescape \" char #10

Closed gdolle closed 6 years ago

gdolle commented 6 years ago

To reproduce the error, just create this bootstrap:

#!/bin/bash -l

echo "toto" &> bootstrap.log

# "

The script might work for some script if quotes are enclosed.

PS: echo "[SCRIPT DATA]" >>boostrap_ job_name.sh; chmod +x