return instead of exit when --lib
This commit is contained in:
parent
9b00723bc4
commit
5ae24b650c
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ done
|
||||||
|
|
||||||
if [[ $LIBRARY_ONLY -eq 1 ]]; then
|
if [[ $LIBRARY_ONLY -eq 1 ]]; then
|
||||||
# acting as a library only
|
# acting as a library only
|
||||||
exit 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $EUID -ne 0 ]]; then
|
if [[ $EUID -ne 0 ]]; then
|
||||||
|
|
Loading…
Reference in a new issue