forked from pool/mariadb
Little rc script fix
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=153
This commit is contained in:
parent
5097587a62
commit
7688857f03
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b23297a92dab99112855f5249854d3b2f56e81a4759bef79f824c534faa7c97e
|
||||
size 218
|
||||
oid sha256:10d34094de047645360cc0a2bf1c5d61a53eb626916d52e6c85ad8e2dc994104
|
||||
size 216
|
||||
|
@ -35,7 +35,7 @@
|
||||
rc_check ()
|
||||
{
|
||||
_rc_status_ret=$?
|
||||
test "_rc_status_ret" || _rc_status_ret=0
|
||||
test "$_rc_status_ret" || _rc_status_ret=0
|
||||
test $_rc_status_ret -eq 0 || _rc_status=$_rc_status_ret
|
||||
test $_rc_status -eq 0 || _rc_status_all=$_rc_status
|
||||
return 0$_rc_status_ret
|
||||
|
Loading…
Reference in New Issue
Block a user