mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 21:40:01 +08:00
Set exitcodes
Set exitcodes
This commit is contained in:
commit
b262da4616
@ -212,3 +212,5 @@ rm -rf "$TMP"
|
|||||||
|
|
||||||
{ set +x; } 2>/dev/null
|
{ set +x; } 2>/dev/null
|
||||||
[ "$DEBUG" = "Y" ] && echo
|
[ "$DEBUG" = "Y" ] && echo
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
@ -247,4 +247,4 @@ fi
|
|||||||
|
|
||||||
[ "$DEBUG" = "Y" ] && echo && echo "Finished network setup.." && echo
|
[ "$DEBUG" = "Y" ] && echo && echo "Finished network setup.." && echo
|
||||||
|
|
||||||
echo "" > /dev/null # ??
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user