mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
8 lines
74 B
Plaintext
8 lines
74 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
if [ "$FAKE_WBINFO_FAIL" = "yes" ] ; then
|
||
|
exit 1
|
||
|
fi
|
||
|
|
||
|
exit 0
|