samba: Fixed typo from sync-netlogon.

This commit is contained in:
Timo Mkinen 2013-06-15 13:48:24 +03:00
parent dc4c9d93c5
commit e1fe465b4f

View file

@ -63,7 +63,7 @@ if [ $? -ne 0 ]; then
exit 1
fi
which restorecon > /dev/null 2>&1
if [ $# -eq 0 ]; then
if [ $? -eq 0 ]; then
restorecon -r ${TARGETDIR}
fi