workaround for unfinished installer

OpenSCToken currently doesn't install correctly, which is why the
installer script can't register the token plugin. Temporarily disable
this until we can properly install each sub package.
This commit is contained in:
Frank Morgner 2020-06-02 13:49:40 +02:00
parent 141a83029f
commit e98f6733d9
1 changed files with 0 additions and 4 deletions

View File

@ -40,8 +40,4 @@ do
fi
done
if [ -e /Applications/OpenSCTokenApp.app/Contents/PlugIns/OpenSCToken.appex ]
sudo -u _securityagent pluginkit -a /Applications/OpenSCTokenApp.app/Contents/PlugIns/OpenSCToken.appex
fi
exit 0