Reports the deployment execution status
This commit is contained in:
parent
0860d143e1
commit
08a4e1ac77
@ -15,8 +15,10 @@ cat <<CMD
|
|||||||
mkdir -p "\$target"
|
mkdir -p "\$target"
|
||||||
cd "\$target"
|
cd "\$target"
|
||||||
tar xz
|
tar xz
|
||||||
$prefix bash $debug install.sh
|
exit_status=0
|
||||||
|
$prefix bash $debug install.sh || exit_status=\$?
|
||||||
rm -rf "\$target"
|
rm -rf "\$target"
|
||||||
|
exit \$exit_status
|
||||||
CMD
|
CMD
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user