1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-04-02 10:50:07 +03:00

Getting rid of overengineering

This commit is contained in:
Tino Vazquez 2013-11-05 19:00:09 +01:00
parent e4448510bf
commit 4815b93f22
2 changed files with 1 additions and 9 deletions

View File

@ -54,6 +54,4 @@ EXIT_CODE=$?
echo "$data"
if [ "x$EXIT_CODE" != "x0" ]; then
exit $EXIT_CODE
fi
exit $EXIT_CODE

View File

@ -47,9 +47,3 @@ function run_dir {
if [ -d "$HYPERVISOR_DIR" ]; then
run_dir "$HYPERVISOR_DIR"
fi
EXIT_CODE=$?
if [ "x$EXIT_CODE" != "x0" ]; then
exit $EXIT_CODE
fi