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:
parent
e4448510bf
commit
4815b93f22
@ -54,6 +54,4 @@ EXIT_CODE=$?
|
||||
|
||||
echo "$data"
|
||||
|
||||
if [ "x$EXIT_CODE" != "x0" ]; then
|
||||
exit $EXIT_CODE
|
||||
fi
|
||||
exit $EXIT_CODE
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user