samba: Fixed typo from sync-netlogon.
This commit is contained in:
parent
dc4c9d93c5
commit
e1fe465b4f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ if [ $? -ne 0 ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
which restorecon > /dev/null 2>&1
|
which restorecon > /dev/null 2>&1
|
||||||
if [ $# -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
restorecon -r ${TARGETDIR}
|
restorecon -r ${TARGETDIR}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue