File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727if [ " ${cfn_preinstall} " != " NONE" ]; then
2828 tmpfile=$( mktemp)
2929 wget -qO- ${cfn_preinstall} > $tmpfile || RC=1
30- if [ " ${cfn_preinstall_args} " != " NONE" ]; then
30+ if [ " ${cfn_preinstall_args} " != " NONE" ]; then
3131 args=${cfn_preinstall_args}
3232 fi
3333 /bin/sh $tmpfile $args || RC=1
132132if [ " ${cfn_postinstall} " != " NONE" ]; then
133133 tmpfile=$( mktemp)
134134 wget -qO- ${cfn_postinstall} > $tmpfile || RC=1
135- if [ " ${cfn_postinstall_args} " != " NONE" ]; then
135+ if [ " ${cfn_postinstall_args} " != " NONE" ]; then
136136 args=${cfn_postinstall_args}
137137 fi
138138 /bin/sh $tmpfile $args || RC=1
Original file line number Diff line number Diff line change 2727if [ " ${cfn_preinstall} " != " NONE" ]; then
2828 tmpfile=$( mktemp)
2929 wget -qO- ${cfn_preinstall} > $tmpfile || RC=1
30- if [ " ${cfn_preinstall_args} " != " NONE" ]; then
30+ if [ " ${cfn_preinstall_args} " != " NONE" ]; then
3131 args=${cfn_preinstall_args}
3232 fi
3333 /bin/sh $tmpfile $args || RC=1
208208if [ " ${cfn_postinstall} " != " NONE" ]; then
209209 tmpfile=$( mktemp)
210210 wget -qO- ${cfn_postinstall} > $tmpfile || RC=1
211- if [ " ${cfn_postinstall_args} " != " NONE" ]; then
211+ if [ " ${cfn_postinstall_args} " != " NONE" ]; then
212212 args=${cfn_postinstall_args}
213213 fi
214214 /bin/sh $tmpfile $args || RC=1
You can’t perform that action at this time.
0 commit comments