This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Uninstall Multiversion and related modules. | |
*/ | |
function modulename_update_8000() { | |
// !!! IMPORTANT !!! | |
// First, make sure to check and see if any of the below entities have a | |
// value of NULL in "_deleted" or "workspace" columns, because if so, | |
// you'll want to update that. See this issue for more information: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
/usr/bin/authbind --deep /usr/bin/java "$@" |